Changeset 113 for trunk/desktop/include


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/include/desktoptypes.h

    r107 r113  
    22#define DESKTOPTYPES_H_INCLUDED
    33
    4 
     4/* Inuse lists */
    55typedef struct _USEITEM
    66{
     
    1515} MEMORYITEM, *PMEMORYITEM;
    1616
     17#define USAGE_MEMORY          1
    1718
    18 #define USAGE_MEMORY          1
    19  
     19/* Misc types used with objects */
     20typedef GSList *PGSList;
     21typedef GMutex *PGMutex;
     22
     23/* Errors */
    2024#define NOMERROR_NOT_ENOUGH_MEMORY 8
    2125 
Note: See TracChangeset for help on using the changeset viewer.