Changeset 6375 for trunk/src/user32/win32wbase.h
- Timestamp:
- Jul 20, 2001, 5:42:38 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32wbase.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r6169 r6375 1 /* $Id: win32wbase.h,v 1.12 3 2001-07-04 17:46:05sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.124 2001-07-20 15:34:18 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 36 36 #define CheckMagicDword(a) (a==WIN32PM_MAGIC) 37 37 38 #ifdef DEBUG 39 #define RELEASE_WNDOBJ(a) { a->release(__FUNCTION__, __LINE__); a = NULL; } 40 #else 38 41 #define RELEASE_WNDOBJ(a) { a->release(); a = NULL; } 42 #endif 39 43 40 44 typedef struct { … … 328 332 INT enumPropsExW(PROPENUMPROCEXW func, LPARAM lParam); 329 333 334 #ifdef DEBUG 335 LONG addRef(); 336 LONG release(char *function = __FUNCTION__, int line = __LINE__ ); 337 #endif 338 330 339 //Locates window in linked list and increases reference count (if found) 331 340 //Window object must be unreferenced after usage
Note:
See TracChangeset
for help on using the changeset viewer.
