Ignore:
Timestamp:
Jun 15, 2002, 12:56:15 PM (23 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/setupapi.h

    r8665 r8669  
    473473#define ERROR_NOT_INSTALLED               (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x1000)
    474474
    475 HINF     WINAPI SetupOpenInfFileA( PCSTR name, PCSTR class, DWORD style, UINT *error );
    476 HINF     WINAPI SetupOpenInfFileW( PCWSTR name, PCWSTR class, DWORD style, UINT *error );
     475HINF     WINAPI SetupOpenInfFileA( PCSTR name, PCSTR pszclass, DWORD style, UINT *error );
     476HINF     WINAPI SetupOpenInfFileW( PCWSTR name, PCWSTR pszclass, DWORD style, UINT *error );
    477477#define         SetupOpenInfFile WINELIB_NAME_AW(SetupOpenInfFile)
    478478BOOL     WINAPI SetupOpenAppendInfFileA( PCSTR, HINF, UINT * );
Note: See TracChangeset for help on using the changeset viewer.