Changeset 8951 for trunk/include
- Timestamp:
- Aug 1, 2002, 6:00:55 PM (23 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r8925 r8951 120 120 DWORD OrgTIBSel; // Original OS/2 TIB selector (always the same, but let's not assume too much for future compatibility) 121 121 ULONG hmq; // Thread message queue 122 HANDLE hPostMsgEvent; // Event semaphore to signal message post to MsgWaitForMultipleObjects 123 DWORD dwWakeMask; // Set by MsgWaitForMultipleObjects 122 124 ULONG hab; // Thread Anchor block 123 125 ULONG hooks[WH_NB_HOOKS]; //list of hooks for this thread queue -
trunk/include/win32api.h
r8833 r8951 144 144 BOOL WIN32API PostThreadMessageW(DWORD, UINT, WPARAM, LPARAM); 145 145 146 DWORD WIN32API GetWindowThreadProcessId(HWND,LPDWORD); 147 146 148 BOOL WIN32API ResetEvent(HANDLE); 147 149 BOOL WIN32API SetEvent(HANDLE);
Note:
See TracChangeset
for help on using the changeset viewer.