mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Define DLL_WINE_PREATTACH constant
svn path=/trunk/; revision=22798
This commit is contained in:
parent
19c1803cbb
commit
41badff137
1 changed files with 3 additions and 0 deletions
|
@ -1360,6 +1360,9 @@ typedef enum
|
|||
#define DLL_PROCESS_ATTACH 1
|
||||
#define DLL_THREAD_ATTACH 2
|
||||
#define DLL_THREAD_DETACH 3
|
||||
#ifdef __WINESRC__
|
||||
#define DLL_WINE_PREATTACH 8 /* Never called, but defined for compatibility with Wine source */
|
||||
#endif
|
||||
#define TAPE_ABSOLUTE_POSITION 0
|
||||
#define TAPE_LOGICAL_POSITION 1
|
||||
#define TAPE_PSEUDO_LOGICAL_POSITION 2
|
||||
|
|
Loading…
Reference in a new issue