mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[USER32] Fix OEM resources compilation due to missing OBM_, OIC_, OCR_ defines...
... addendum to commits072965eb0and6cdaad13b. Due to the wrapping of these defines within an #ifdef OEMRESOURCE block in winuser.h (for MS PSDK compatibility), these defines became unavailable in user32.rc resource file. Thus, during user32 resources compilation, the resource compiler fell back to the behaviour of considering these resource IDs as literal string IDs (not numerical ones). Thus, whenever code was trying to refer to these resources via their numerical IDs, these resources could not be found now, rendering ReactOS unusuable.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <windef.h>
|
||||
#define OEMRESOURCE
|
||||
#include <winuser.h>
|
||||
|
||||
#include "include/resource.h"
|
||||
|
||||
Reference in New Issue
Block a user