Changeset 10136 for trunk/include/win/thread.h
- Timestamp:
- Jun 3, 2003, 1:58:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r10079 r10136 143 143 MSG msg; // Used by message translation to store translated PM message (sent to win32 window proc in pmwindow.cpp) 144 144 MSG msgWCHAR; // Used to store extra WM_CHAR message generated by TranslateMessage 145 BOOL fWM_SETFOCUS; // set during WM_SETFOCUS message processing146 HWND hwndFocus; // set during WM_SETFOCUS message processing147 145 148 146 DWORD pidDebuggee; // process id of debuggee
Note:
See TracChangeset
for help on using the changeset viewer.