Ignore:
Timestamp:
Dec 9, 1999, 1:54:05 AM (26 years ago)
Author:
sandervl
Message:

Unicode <-> Ascii translation changes + fixes for window procedures

File:
1 edited

Legend:

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

    r1526 r2033  
    1 /* $Id: win32dlg.h,v 1.7 1999-10-31 01:14:42 sandervl Exp $ */
     1/* $Id: win32dlg.h,v 1.8 1999-12-09 00:53:37 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    7575virtual  ULONG  MsgCreate(HWND hwndFrame, HWND hwndClient);
    7676
    77 virtual  LONG   SetWindowLongA(int index, ULONG value);
    78 virtual  ULONG  GetWindowLongA(int index);
     77virtual  LONG   SetWindowLongA(int index, ULONG value, BOOL fUnicode = FALSE);
     78virtual  ULONG  GetWindowLongA(int index, BOOL fUnicode = FALSE);
    7979
    8080static   ULONG  GetDialogBaseUnits()  { return MAKELONG(xBaseUnit, yBaseUnit); };
Note: See TracChangeset for help on using the changeset viewer.