reactos/rosapps/applications/cmdutils/winspool_print
Hermès Bélusca-Maïto 688b18d88c [WINSPOOL_PRINT]: Improve the test application:
- Do not hardcode the test file name, but instead take it from the command line (and add a Usage() function);
- Do not use a too large fixed-size buffer to read & print the file, but instead use a correctly-size buffer, get the file size, and then do a loop to read data from the file by chunks & send it to the printer.

svn path=/trunk/; revision=73047
2016-10-26 22:43:53 +00:00
..
CMakeLists.txt [WINSPOOL_PRINT]: Improve the test application: 2016-10-26 22:43:53 +00:00
main.c [WINSPOOL_PRINT]: Improve the test application: 2016-10-26 22:43:53 +00:00