Changeset 4855 for trunk/include


Ignore:
Timestamp:
Dec 30, 2000, 2:26:53 PM (25 years ago)
Author:
sandervl
Message:

update

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32type.h

    r4657 r4855  
    1 /* $Id: win32type.h,v 1.43 2000-11-21 11:33:59 sandervl Exp $ */
     1/* $Id: win32type.h,v 1.44 2000-12-30 13:26:53 sandervl Exp $ */
    22
    33/*
     
    336336#define HCURSOR DWORD
    337337#define HBRUSH  DWORD
     338#define HPEN    DWORD
    338339#define HMENU   DWORD
    339340#define HFONT   DWORD
  • trunk/include/winuser32.h

    r4848 r4855  
    1 /* $Id: winuser32.h,v 1.6 2000-12-29 18:41:23 sandervl Exp $ */
     1/* $Id: winuser32.h,v 1.7 2000-12-30 13:26:53 sandervl Exp $ */
    22
    33/*
     
    3030HWND WIN32API OS2ToWin32Handle(HWND hwnd);
    3131
     32BOOL WIN32API IsSystemPen(HPEN hPen);
     33BOOL WIN32API IsSystemBrush(HBRUSH hBrush);
     34
    3235#endif //__WINUSER32_H__
Note: See TracChangeset for help on using the changeset viewer.