Ignore:
Timestamp:
Feb 2, 2001, 8:04:03 PM (25 years ago)
Author:
sandervl
Message:

class, dialog control size & drawedge fixes

File:
1 edited

Legend:

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

    r3702 r5056  
    1 /* $Id: win32class.h,v 1.12 2000-06-13 21:26:30 sandervl Exp $ */
     1/* $Id: win32class.h,v 1.13 2001-02-02 19:04:02 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    6565          BOOL  isAppClass(ULONG curProcessId);
    6666
    67  static  void   UnregisterClassA(HINSTANCE hinst, LPSTR id);
     67 static   BOOL  UnregisterClassA(HINSTANCE hinst, LPSTR id);
    6868
    6969 static Win32WndClass *FindClass(HINSTANCE hinst, LPSTR id);
Note: See TracChangeset for help on using the changeset viewer.