reactos/modules/rostests/apitests/user32
Hermès Bélusca-Maïto 6cdaad13bd
Add missing OEMRESOURCE for using the OBM_, OIC_, OCR_ defines from winuser.h
Fix build by commit 072965eb0 for modules:
EXPLORER, COMCTL32, IERNONCE, URLMON, USER32_(API|WINE)TESTS

Note that some of these modules (from Wine) already have the OEMRESOURCE
defined; however, only in one of their files. But we have added
precompiled headers for them where we have included either windows.h
or winuser.h in them, without OEMRESOURCE. The result is, that when
compiling these modules with PCH support, the OEMRESOURCE define was
_not_ satisfied and thus, compile errors arose.

Fix this by adding #define OEMRESOURCE before the windows headers also
in the precompiled headers we have added for these modules.
2023-11-22 17:02:45 +01:00
..
AttachThreadInput.c [USER32_APITEST] Remove "ugly ros hack" 2023-04-17 00:41:31 +03:00
CharFuncs.c
CloseWindow.c
CMakeLists.txt [USER32_APITEST] Add a test for system menu messages (#5573) 2023-08-24 16:33:03 +02:00
CreateDialog.c
CreateIconFromResourceEx.c
CreateWindowEx.c
DeferWindowPos.c
desktop.c
DestroyCursorIcon.c
DM_REPOSITION.c
DrawIconEx.c
DrawText.c
EmptyClipboard.c
EnumDisplaySettings.c
GetClassInfo.c [USER32_APITEST] Add tests for GetClassInfo 2023-05-16 21:59:19 +03:00
GetDCEx.c
GetIconInfo.c
GetKeyState.c
GetMessageTime.c [USER32_APITEST] Comment out a test for GetMessageTime that randomly fails on Windows 2023-04-17 00:41:31 +03:00
GetPeekMessage.c
GetSetWindowInt.c [USER32_APITEST] Add tests for [Get|Set]Window[Word|Long|LongPtr] 2023-05-16 21:59:19 +03:00
GetSystemMetrics.c
GetUserObjectInformation.c
GetWindowPlacement.c
InitializeLpkHooks.c
KbdLayout.c
keybd_event.c
LoadImage.c
LookupIconIdFromDirectoryEx.c
MessageStateAnalyzer.c
NextDlgItem.c
precomp.h Add missing OEMRESOURCE for using the OBM_, OIC_, OCR_ defines from winuser.h 2023-11-22 17:02:45 +01:00
PrivateExtractIcons.c [USER32_APITEST] Improve user32:PrivateExtractIcons test (#5209) 2023-07-10 22:24:41 +03:00
RealGetWindowClass.c
RedrawWindow.c
RegisterClassEx.c
RegisterHotKey.c
resource.h [USER32_APITEST] Improve user32:PrivateExtractIcons test (#5209) 2023-07-10 22:24:41 +03:00
ROS.ico [USER32_APITEST] Improve user32:PrivateExtractIcons test (#5209) 2023-07-10 22:24:41 +03:00
ScrollBarWndExtra.c
ScrollDC.c
ScrollWindowEx.c
SendMessageTimeout.c
SetActiveWindow.c
SetCursorPos.c
SetFocus.c
SetParent.c
SetProp.c
SetScrollInfo.c
SetScrollRange.c
ShowWindow.c
SwitchToThisWindow.c
sysicon.ico [USER32_APITEST] Improve user32:PrivateExtractIcons test (#5209) 2023-07-10 22:24:41 +03:00
SystemMenu.c [USER32_APITEST] Add a test for system menu messages (#5573) 2023-08-24 16:33:03 +02:00
SystemParametersInfo.c
test.cur
test.ico
testlist.c [USER32_APITEST] Add a test for system menu messages (#5573) 2023-08-24 16:33:03 +02:00
TrackMouseEvent.c
user32_apitest.rc [USER32_APITEST] Improve user32:PrivateExtractIcons test (#5209) 2023-07-10 22:24:41 +03:00
verclasstest1.manifest
verclasstest2.manifest
VirtualKey.c
WndProc.c
wsprintf.c