Ignore:
Timestamp:
Apr 2, 2003, 1:03:33 PM (22 years ago)
Author:
sandervl
Message:

PF: Corrected HFILE definition as it is in Wine and in Win2k

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/wprocess.cpp

    r9890 r9971  
    1 /* $Id: wprocess.cpp,v 1.185 2003-03-03 16:38:20 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.186 2003-04-02 11:03:33 sandervl Exp $ */
    22
    33/*
     
    855855 * @remark    Forwards to LoadLibraryExA.
    856856 */
    857 HINSTANCE WIN32API LoadLibraryExA(LPCTSTR lpszLibFile, HANDLE hFile, DWORD dwFlags)
     857HINSTANCE WIN32API LoadLibraryExA(LPCTSTR lpszLibFile, HFILE hFile, DWORD dwFlags)
    858858{
    859859    HINSTANCE       hDll;
     
    12651265 * @remark    Forwards to LoadLibraryExA.
    12661266 */
    1267 HINSTANCE WIN32API LoadLibraryExW(LPCWSTR lpszLibFile, HANDLE hFile, DWORD dwFlags)
     1267HINSTANCE WIN32API LoadLibraryExW(LPCWSTR lpszLibFile, HFILE hFile, DWORD dwFlags)
    12681268{
    12691269    char *      pszAsciiLibFile;
Note: See TracChangeset for help on using the changeset viewer.