Changeset 7241 for trunk/src/user32/win32dlg.h
- Timestamp:
- Oct 28, 2001, 11:38:14 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.h
r5935 r7241 1 /* $Id: win32dlg.h,v 1.1 3 2001-06-09 14:50:21sandervl Exp $ */1 /* $Id: win32dlg.h,v 1.14 2001-10-28 10:38:13 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 75 75 virtual ULONG MsgCreate(HWND hwndOS2); 76 76 77 virtual LONG SetWindowLong A(int index, ULONG value, BOOL fUnicode = FALSE);78 virtual ULONG GetWindowLong A(int index, BOOL fUnicode = FALSE);77 virtual LONG SetWindowLong(int index, ULONG value, BOOL fUnicode); 78 virtual ULONG GetWindowLong(int index, BOOL fUnicode); 79 79 80 80 static ULONG GetDialogBaseUnits() { return MAKELONG(xBaseUnit, yBaseUnit); };
Note:
See TracChangeset
for help on using the changeset viewer.