Changeset 21916 for trunk/src/user32/win32wbase.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/user32/win32wbase.h
r10587 r21916 16 16 #ifdef __cplusplus 17 17 18 #include <win32class.h>19 #include <gen_object.h>20 #include <win32wndchild.h>21 18 #include <winuser32.h> 22 19 #include <winres.h> 23 20 #include <scroll.h> 21 22 #include "win32class.h" 23 #include "gen_object.h" 24 #include "win32wndchild.h" 24 25 25 26 class Win32BaseWindow; … … 352 353 #ifdef DEBUG 353 354 LONG addRef(); 354 LONG release(c har *function = __FUNCTION__, int line = __LINE__ );355 LONG release(const char *function = __FUNCTION__, int line = __LINE__ ); 355 356 #endif 356 357
Note:
See TracChangeset
for help on using the changeset viewer.