Added include/winresrc.h for porting with winelib.

oldstable
Hidenori Takeshima 2000-06-23 15:35:54 +00:00 committed by Alexandre Julliard
parent 105e6adf16
commit 2e41c3b1f7
1 changed files with 12 additions and 0 deletions

12
include/winresrc.h 100644
View File

@ -0,0 +1,12 @@
#ifndef _WINRESRC_=0A=
#define _WINRESRC_=0A=
=0A=
#include "windef.h"=0A=
#include "winuser.h"=0A=
#include "commctrl.h"=0A=
#include "dde.h"=0A=
#include "winnt.h"=0A=
#include "dlgs.h"=0A=
#include "winver.h"=0A=
=0A=
#endif /* _WINRESRC_ */=0A=