Ignore:
Timestamp:
Jul 31, 2003, 2:24:08 PM (22 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r9935 r10187  
    232232BOOL      WINAPI GenerateConsoleCtrlEvent( DWORD dwCtrlEvent, DWORD dwProcessGroupID);
    233233
     234BOOL      WINAPI IsWindowUnicode(HWND);
     235INT       WINAPI WideCharToMultiByte(UINT,DWORD,LPCWSTR,INT,LPSTR,INT,LPCSTR,BOOL*);
     236INT       WINAPI MultiByteToWideChar(UINT,DWORD,LPCSTR,INT,LPWSTR,INT);
     237
    234238#endif
Note: See TracChangeset for help on using the changeset viewer.