Changeset 135 for trunk/include/helpers/winh.h
- Timestamp:
- Jan 31, 2002, 11:12:45 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/winh.h
r127 r135 106 106 BOOL XWPENTRY winhSetDlgItemText(HWND hwnd, ULONG id, const char *pcsz); 107 107 #define WinSetDlgItemText(a,b,c) winhSetDlgItemText((a),(b),(c)) 108 109 #ifdef INCL_WINMESSAGEMGR 110 APIRET XWPENTRY winhRequestMutexSem(HMTX hmtx, ULONG ulTimeout); 111 #define WinRequestMutexSem(a, b) winhRequestMutexSem((a), (b)) 112 #endif 108 113 #endif 109 114
Note:
See TracChangeset
for help on using the changeset viewer.