Ignore:
Timestamp:
Nov 26, 2006, 1:36:45 PM (19 years ago)
Author:
cinc
Message:

Implemented wpRequestObjectMutex() and wpReleaseObjectMutex(). These are implemented using the OS/2 api.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/src/vdesktop.c

    r102 r113  
    6565 g_message("We started...\n");   
    6666
     67#if 0
     68 /* Initialize thread subsystem */
     69 if(!g_thread_supported())
     70   g_thread_init(NULL);
     71#endif
    6772
    6873  /* Create a window with a 'quit' button to terminate us */
Note: See TracChangeset for help on using the changeset viewer.