Changeset 9568 for trunk/src


Ignore:
Timestamp:
Dec 30, 2002, 4:49:00 PM (23 years ago)
Author:
sandervl
Message:

YD: Fixed regression in Set/GetClassLong. (default must be ascii; not unicode)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32class.h

    r9523 r9568  
    1 /* $Id: win32class.h,v 1.16 2002-12-18 12:28:06 sandervl Exp $ */
     1/* $Id: win32class.h,v 1.17 2002-12-30 15:49:00 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    3131       ~Win32WndClass();
    3232
    33          ULONG  getClassLongA(int index, BOOL fUnicode = TRUE);
     33         ULONG  getClassLongA(int index, BOOL fUnicode = FALSE);
    3434         ULONG  getClassLongW(int index)
    3535         {
     
    3838         WORD   getClassWord(int index);
    3939
    40          ULONG  setClassLongA(int index, LONG lNewVal, BOOL fUnicode = TRUE);
     40         ULONG  setClassLongA(int index, LONG lNewVal, BOOL fUnicode = FALSE);
    4141         ULONG  setClassLongW(int index, LONG lNewVal)
    4242         {
Note: See TracChangeset for help on using the changeset viewer.