Changeset 8046 for trunk/include


Ignore:
Timestamp:
Mar 8, 2002, 11:58:54 AM (24 years ago)
Author:
sandervl
Message:

makefile + header updates

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 bird Exp $
     1# $Id: odin32.post.mk,v 1.8 2002-03-08 10:58:53 sandervl Exp $
    22
    33#
     
    5858tcp32dll.lib \
    5959rexx.lib \
     60netapi32.lib \
     61netapi.lib \
    6062$(SOMLIB) \
    6163$(RTLLIB) \
  • trunk/include/win/wine/undocshell.h

    r7819 r8046  
    567567LPVOID WINAPI PathFindExtensionAW(LPCVOID path);
    568568
    569 LPVOID WINAPI PathGetExtensionAW(LPCVOID lpszPath);
     569LPVOID WINAPI PathGetExtensionAW(LPCVOID lpszPath, DWORD void1, DWORD void2);
    570570
    571571LPSTR WINAPI PathGetArgs(LPCSTR lpszPath);
  • trunk/include/win/winuser.h

    r7953 r8046  
    39553955WORD        WINAPI SYSTEM_KillSystemTimer( WORD );
    39563956
     3957HRESULT     WINAPI PrivateExtractIconsA(LPCSTR,INT,DWORD,DWORD,HICON*,DWORD,UINT,DWORD);
     3958HRESULT     WINAPI PrivateExtractIconsW(LPCWSTR,INT,DWORD,DWORD,HICON*,DWORD,UINT,DWORD);
     3959
    39573960/* Extra functions that don't exist in the Windows API */
    39583961
Note: See TracChangeset for help on using the changeset viewer.