This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch winuser.h in w32api


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]