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]

Re: Patch winuser.h in w32api


On Fri, 30 Jan 2004, Jiri Malak wrote:

> 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

1) The above is not a patch.
2) It's missing a ChangeLog.
3) Patches for w32api should be sent to the mingw-patches mailing list
(see <http://mingw.org/>).  FYI, they also have their own rules for
submitting patches -- see <http://lists.sf.net/lists/listinfo/mingw-patches>
for instructions.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


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