Added dlgs.h for port of comdlg32.dll

svn path=/trunk/; revision=7521
This commit is contained in:
Steven Edwards 2004-01-09 02:00:55 +00:00
parent cdb174eccc
commit e26802329f

View file

@ -0,0 +1,16 @@
/*
* Compatibility header
*
* This header is wrapper to allow compilation of Wine DLLs under ReactOS
* build system. It contains definitions commonly refered to as Wineisms
* and definitions that are missing in w32api.
*/
#ifndef __WINE_DLGS_H
#define __WINE_DLGS_H
#include_next <dlgs.h>
#define NEWFILEOPENORD 1547
#endif /* __WINE_DLGS_H */