reactos/dll
Katayama Hirofumi MZ 57e7f0b321
[SHIMGVW] Add g_ or s_ prefix to global variables (#6134)
Renaming global variables:
- s/hInstance/g_hInstance/
- s/shiSettings/g_Settings/
- s/currentFile/g_pCurrentFile/
- s/image/g_pImage/
- s/PrevProc/g_fnPrevProc/
- s/hDispWnd/g_hDispWnd/
- s/hToolBar/g_hToolBar/
- s/ZoomPercents/s_nZoomPercents/
- s/ZoomSteps/s_ZoomSteps/
- s/Buttons/s_Buttons/
- s/BtnConfig/s_ButtonConfig/
CORE-19358
2023-12-08 21:35:43 +09:00
..
3rdparty
apisets [MSVCRT] Officially implement _localtime32{,_s} (#5652) 2023-09-06 12:04:05 +02:00
appcompat
cpl [HOTPLUG] Update Russian (ru-RU) translation 2023-12-04 00:20:40 +03:00
directx [DSOUND_NEW][HDAUDBUS] Replace meaningless YDEBUG (#5857) 2023-11-01 13:39:05 +01:00
keyboard
nls
np
ntdll [NTDLL] Fix long vs. ptr in some Ldr* exports 2023-11-21 22:23:54 +01:00
opengl [MESA] Change reported OpenGL version to 1.1.0 (#5675) 2023-09-09 22:30:44 +03:00
shellext [NETSHELL] 640x480-ify complete that module (#6109) 2023-12-03 21:35:57 +00:00
win32 [SHIMGVW] Add g_ or s_ prefix to global variables (#6134) 2023-12-08 21:35:43 +09:00
CMakeLists.txt