mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Added dlgs.h for port of comdlg32.dll
svn path=/trunk/; revision=7521
This commit is contained in:
parent
cdb174eccc
commit
e26802329f
1 changed files with 16 additions and 0 deletions
16
reactos/include/wine/dlgs.h
Normal file
16
reactos/include/wine/dlgs.h
Normal 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 */
|
Loading…
Reference in a new issue