Changeset 6479 for trunk/include
- Timestamp:
- Aug 7, 2001, 11:32:47 PM (24 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32api.h
r5940 r6479 167 167 LONG WIN32API InterlockedIncrement(LPLONG); 168 168 169 UINT WIN32API GetSystemDirectoryA(LPSTR,UINT); 170 UINT WIN32API GetWindowsDirectoryA(LPSTR,UINT); 171 169 172 #endif -
trunk/include/winres.h
r4576 r6479 1 /* $Id: winres.h,v 1.13 2000-11-09 18:23:01 sandervl Exp $ */2 3 1 /* 4 2 * Win32 to OS/2 resource conversion … … 18 16 VOID WIN32API FreeOS2Resource(LPVOID lpResource); 19 17 18 void *WIN32API ConvertIconGroup(void *hdr, HINSTANCE hInstance, DWORD *ressize); 19 20 20 #endif -
trunk/include/winuser32.h
r6411 r6479 46 46 void WIN32API SetWindowAppearance(BOOL fOS2Looks); 47 47 48 BOOL WIN32API OSLibWinCreateObject(LPSTR pszPath, LPSTR pszArgs, LPSTR pszWorkDir, LPSTR pszName, 49 LPSTR pszDescription, LPSTR pszIcoPath, INT iIcoNdx, BOOL fDesktop); 50 48 51 #endif //__WINUSER32_H__
Note:
See TracChangeset
for help on using the changeset viewer.