Changeset 1067 for trunk/include/win/thread.h
- Timestamp:
- Sep 27, 1999, 12:24:51 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r320 r1067 1 /* $Id: thread.h,v 1. 5 1999-07-17 09:19:15sandervl Exp $ */1 /* $Id: thread.h,v 1.6 1999-09-26 22:24:51 sandervl Exp $ */ 2 2 3 3 /* … … 10 10 #define __WINE_THREAD_H 11 11 12 #ifdef __WIN32OS2__ 13 #define TLS_MINIMUM_AVAILABLE 64 14 #ifndef __OS2_H__ 15 #include "config.h" 16 #include "winbase.h" 17 #endif 18 #else 12 19 #include "config.h" 13 20 #include "winbase.h" 14 //#include "selectors.h" /* for SET_FS */ 15 16 #ifdef __WIN32OS2__ 17 #define TLS_MINIMUM_AVAILABLE 64 21 #include "selectors.h" /* for SET_FS */ 18 22 #endif 19 23 … … 100 104 ULONG hmq; // Thread message queue 101 105 ULONG hab; // Thread Anchor block 106 BOOL fMsgTranslated; // TranslateMessage called for this message? 102 107 #endif 103 108 } THDB;
Note:
See TracChangeset
for help on using the changeset viewer.