Changeset 2063
- Timestamp:
 - Nov 15, 2008, 12:23:20 PM (17 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kmk/incdep.c (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kmk/incdep.c
r2053 r2063 175 175 176 176 #elif defined (__OS2__) 177 static fmutex incdep_mtx;177 static _fmutex incdep_mtx; 178 178 static HEV incdep_hev_todo; 179 179 static HEV incdep_hev_done; … … 349 349 EnterCriticalSection (&incdep_mtx); 350 350 #elif defined (__OS2__) 351 _fmutex_request (&incdep_mtx, 0) 351 _fmutex_request (&incdep_mtx, 0); 352 352 #endif 353 353 } … … 362 362 LeaveCriticalSection (&incdep_mtx); 363 363 #elif defined(__OS2__) 364 _fmutex_release (&incdep_mtx) 364 _fmutex_release (&incdep_mtx); 365 365 #endif 366 366 } … … 679 679 680 680 #elif defined (__OS2__) 681 _fmutex_create (&incdep_mtx, 0) 681 _fmutex_create (&incdep_mtx, 0); 682 682 rc = DosCreateEventSem (NULL, &incdep_hev_todo, 0, FALSE); 683 683 if (rc)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  