Changeset 6479 for trunk/include


Ignore:
Timestamp:
Aug 7, 2001, 11:32:47 PM (24 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r5940 r6479  
    167167LONG    WIN32API InterlockedIncrement(LPLONG);
    168168
     169UINT    WIN32API GetSystemDirectoryA(LPSTR,UINT);
     170UINT    WIN32API GetWindowsDirectoryA(LPSTR,UINT);
     171
    169172#endif
  • trunk/include/winres.h

    r4576 r6479  
    1 /* $Id: winres.h,v 1.13 2000-11-09 18:23:01 sandervl Exp $ */
    2 
    31/*
    42 * Win32 to OS/2 resource conversion
     
    1816VOID  WIN32API FreeOS2Resource(LPVOID lpResource);
    1917
     18void *WIN32API ConvertIconGroup(void *hdr, HINSTANCE hInstance, DWORD *ressize);
     19
    2020#endif
  • trunk/include/winuser32.h

    r6411 r6479  
    4646void WIN32API SetWindowAppearance(BOOL fOS2Looks);
    4747
     48BOOL WIN32API OSLibWinCreateObject(LPSTR pszPath, LPSTR pszArgs, LPSTR pszWorkDir, LPSTR pszName,
     49                                   LPSTR pszDescription, LPSTR pszIcoPath, INT iIcoNdx, BOOL fDesktop);
     50
    4851#endif //__WINUSER32_H__
Note: See TracChangeset for help on using the changeset viewer.