- Timestamp:
- Dec 30, 2002, 4:49:00 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32class.h
r9523 r9568 1 /* $Id: win32class.h,v 1.1 6 2002-12-18 12:28:06sandervl Exp $ */1 /* $Id: win32class.h,v 1.17 2002-12-30 15:49:00 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Class Managment Code for OS/2 … … 31 31 ~Win32WndClass(); 32 32 33 ULONG getClassLongA(int index, BOOL fUnicode = TRUE);33 ULONG getClassLongA(int index, BOOL fUnicode = FALSE); 34 34 ULONG getClassLongW(int index) 35 35 { … … 38 38 WORD getClassWord(int index); 39 39 40 ULONG setClassLongA(int index, LONG lNewVal, BOOL fUnicode = TRUE);40 ULONG setClassLongA(int index, LONG lNewVal, BOOL fUnicode = FALSE); 41 41 ULONG setClassLongW(int index, LONG lNewVal) 42 42 {
Note:
See TracChangeset
for help on using the changeset viewer.