Ignore:
Timestamp:
Oct 28, 2001, 11:38:14 AM (24 years ago)
Author:
sandervl
Message:

setwindowlong fix for dialogs

File:
1 edited

Legend:

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

    r5935 r7241  
    1 /* $Id: win32dlg.h,v 1.13 2001-06-09 14:50:21 sandervl Exp $ */
     1/* $Id: win32dlg.h,v 1.14 2001-10-28 10:38:13 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    7575virtual  ULONG  MsgCreate(HWND hwndOS2);
    7676
    77 virtual  LONG   SetWindowLongA(int index, ULONG value, BOOL fUnicode = FALSE);
    78 virtual  ULONG  GetWindowLongA(int index, BOOL fUnicode = FALSE);
     77virtual  LONG   SetWindowLong(int index, ULONG value, BOOL fUnicode);
     78virtual  ULONG  GetWindowLong(int index, BOOL fUnicode);
    7979
    8080static   ULONG  GetDialogBaseUnits()  { return MAKELONG(xBaseUnit, yBaseUnit); };
Note: See TracChangeset for help on using the changeset viewer.