I am working on Open Watcom open source project which use w32api. I need correct winuser.h header file in w32api.
Original line #define RT_MANIFEST MAKEINTRESOURCE(24) to #ifndef RC_INVOKED #define RT_MANIFEST MAKEINTRESOURCE(24) #else #define RT_MANIFEST 24 #define CREATEPROCESS_MANIFEST_RESOURCE_ID 1 #define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2 #define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3 #endif Please, could you change it if it is possible. Thanks Jiri