Changeset 135 for trunk/src/helpers/winh.c
- Timestamp:
- Jan 31, 2002, 11:12:45 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r132 r135 217 217 // put the call in brackets so the macro won't apply here 218 218 return (WinSetDlgItemText)(hwnd, id, (PSZ)pcsz); 219 } 220 221 /* 222 *@@ winhRequestMutexSem: 223 * 224 *@@added V0.9.16 (2002-01-26) [umoeller] 225 */ 226 227 APIRET winhRequestMutexSem(HMTX hmtx, ULONG ulTimeout) 228 { 229 // put the call in brackets so the macro won't apply here 230 return (WinRequestMutexSem)(hmtx, ulTimeout); 219 231 } 220 232
Note:
See TracChangeset
for help on using the changeset viewer.