Changeset 7717 for trunk/src/gdi32/dibsect.h
- Timestamp:
- Dec 31, 2001, 1:08:23 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/gdi32/dibsect.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.h
r5825 r7717 1 /* $Id: dibsect.h,v 1.2 5 2001-05-29 09:45:21 sandervl Exp $ */1 /* $Id: dibsect.h,v 1.26 2001-12-31 12:08:21 sandervl Exp $ */ 2 2 3 3 /* … … 9 9 #define __DIBSECT_H__ 10 10 11 #ifdef OS2_ ONLY11 #ifdef OS2_INCLUDED 12 12 typedef struct 13 13 { … … 61 61 typedef BITMAPINFO *LPBITMAPINFO; 62 62 63 #ifdef OS2_ ONLY63 #ifdef OS2_INCLUDED 64 64 #define DIB_RGB_COLORS 0 65 65 #define DIB_PAL_COLORS 1 … … 113 113 static DIBSection *findHDC(HDC hdc); 114 114 static void deleteSection(HANDLE handle); 115 116 static void initDIBSection(); 117 118 static void lock() { EnterCriticalSection(&dibcritsect); }; 119 static void unlock() { LeaveCriticalSection(&dibcritsect); }; 120 115 121 protected: 116 122 … … 129 135 DIBSection* next; // Next DIB section 130 136 static DIBSection* section; // List of DIB sections 137 138 static CRITICAL_SECTION dibcritsect; 131 139 }; 132 140
Note:
See TracChangeset
for help on using the changeset viewer.
