Changeset 8046 for trunk/include
- Timestamp:
- Mar 8, 2002, 11:58:54 AM (24 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin32.post.mk
r7999 r8046 1 # $Id: odin32.post.mk,v 1. 7 2002-02-23 23:51:49 birdExp $1 # $Id: odin32.post.mk,v 1.8 2002-03-08 10:58:53 sandervl Exp $ 2 2 3 3 # … … 58 58 tcp32dll.lib \ 59 59 rexx.lib \ 60 netapi32.lib \ 61 netapi.lib \ 60 62 $(SOMLIB) \ 61 63 $(RTLLIB) \ -
trunk/include/win/wine/undocshell.h
r7819 r8046 567 567 LPVOID WINAPI PathFindExtensionAW(LPCVOID path); 568 568 569 LPVOID WINAPI PathGetExtensionAW(LPCVOID lpszPath );569 LPVOID WINAPI PathGetExtensionAW(LPCVOID lpszPath, DWORD void1, DWORD void2); 570 570 571 571 LPSTR WINAPI PathGetArgs(LPCSTR lpszPath); -
trunk/include/win/winuser.h
r7953 r8046 3955 3955 WORD WINAPI SYSTEM_KillSystemTimer( WORD ); 3956 3956 3957 HRESULT WINAPI PrivateExtractIconsA(LPCSTR,INT,DWORD,DWORD,HICON*,DWORD,UINT,DWORD); 3958 HRESULT WINAPI PrivateExtractIconsW(LPCWSTR,INT,DWORD,DWORD,HICON*,DWORD,UINT,DWORD); 3959 3957 3960 /* Extra functions that don't exist in the Windows API */ 3958 3961
Note:
See TracChangeset
for help on using the changeset viewer.