History log of /reactos/base/applications/notepad/printing.c (Results 1 – 3 of 3)
Revision Date Author Comments
# d28e39e4 20-Mar-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[NOTEPAD] Use _countof macro from <stdlib.h> (#5170)

- Remove the definition of ARRAY_SIZE macro.
- Replace ARRAY_SIZE and ARRAYSIZE with _countof.
CORE-18837


# fb1d9d72 14-Mar-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[NOTEPAD] Use new-style file header (#5160)

CORE-18837


# 3b079154 11-Mar-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[NOTEPAD] Move the printing code to the newly added printing.c

CORE-18837