Ignore:
Timestamp:
Oct 27, 2003, 12:01:59 PM (22 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r10187 r10303  
    236236INT       WINAPI MultiByteToWideChar(UINT,DWORD,LPCSTR,INT,LPWSTR,INT);
    237237
     238HDC       WIN32API CreateCompatibleDC( HDC hdc);
     239BOOL      WIN32API DeleteDC(HDC hdc);
     240
     241HANDLE    WINAPI GetCurrentObject(HDC,UINT);
     242
    238243#endif
Note: See TracChangeset for help on using the changeset viewer.