reactos/modules/rosapps/applications/sysutils/utils/driver/unload
Serge Gautherie 2b93352907
[LOAD][UNLOAD] Fix w*printf() format strings (#3319)
Also:
- Set ServiceName.MaximumLength.
- Fix MSVC warnings:
'...\load\load.c(19): warning C4267: '=': conversion from 'size_t' to 'USHORT', possible loss of data
'...\unload\unload.c(19): warning C4267: '=': conversion from 'size_t' to 'USHORT', possible loss of data'
'...\unload\unload.c(24): warning C4476: 'wprintf' : unknown type field character 'U' in format specifier'
'...\unload\unload.c(24): warning C4474: 'wprintf' : too many arguments passed for format string'
2021-02-08 16:47:13 +01:00
..
CMakeLists.txt [ROSAPPS] Remove applications from test directory 2020-07-04 20:43:53 +02:00
unload.c [LOAD][UNLOAD] Fix w*printf() format strings (#3319) 2021-02-08 16:47:13 +01:00