windres: serious bug

Dimitrie O. Paun dimi at intelliware.ca
Mon Mar 24 09:26:45 CST 2003


On 24 Mar 2003, Nick Clifton wrote:

> Hi Dimi,
> 
> >   http://lxr.mozilla.org/mozilla/source/xpinstall/wizard/windows/setuprsc/setuprsc.rc
> 
> Umm - where can I find the winresrc.h header file ?

It's a standard Windows file. It come with both MinGW and Wine.
I've attached a MinGW copy.

-- 
Dimi.
-------------- next part --------------
#ifndef _WINRESRC_H
#define _WINRESRC_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif

#define WIN32_LEAN_AND_MEAN
#include <winuser.h>
#include <winnt.h>
#include <winver.h>
#include <dde.h>
#include <dlgs.h>
#include <commctrl.h>
#endif


More information about the wine-devel mailing list