mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Define DLL_WINE_PREATTACH constant
svn path=/trunk/; revision=22798
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user