reactos/base
Timo Kreuzer cdca4e9036 [MSPAINT] Don't use SIZEOF on a pointer
Fixes GCC 8 warning:
base/applications/mspaint/definitions.h:16:31: error: division 'sizeof (LPWSTR {aka wchar_t*}) / sizeof (WCHAR {aka wchar_t})' does not compute the number of array elements [-Werror=sizeof-pointer-div]
 #define SIZEOF(a)  (sizeof(a) / sizeof((a)[0]))
                     ~~~~~~~~~~^~~~~~~~~~~~~~~~
base/applications/mspaint/main.cpp:134:55: note: in expansion of macro 'SIZEOF'
                 lstrcpyn(pon->lpOFN->lpstrFile, Path, SIZEOF(pon->lpOFN->lpstrFile));
                                                       ^~~~~~
2019-07-20 13:56:18 +02:00
..
applications [MSPAINT] Don't use SIZEOF on a pointer 2019-07-20 13:56:18 +02:00
services [UMPNPMGR] Fix build. 2019-07-14 22:17:50 +02:00
setup [BOOTDATA][SETUP] Fix regression CORE-16200 font rendering 2019-07-16 22:51:42 +02:00
shell [EXPLORER] Properly initialise tbBtn.iBitmap. CORE-14262. 2019-06-19 20:37:04 +02:00
system [TRANSLATION] Hebrew Translation for Services (#1741) 2019-07-19 17:08:33 +02:00
CMakeLists.txt