Changeset 8669 for trunk/include/win/setupapi.h
- Timestamp:
- Jun 15, 2002, 12:56:15 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/setupapi.h
r8665 r8669 473 473 #define ERROR_NOT_INSTALLED (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x1000) 474 474 475 HINF WINAPI SetupOpenInfFileA( PCSTR name, PCSTR class, DWORD style, UINT *error );476 HINF WINAPI SetupOpenInfFileW( PCWSTR name, PCWSTR class, DWORD style, UINT *error );475 HINF WINAPI SetupOpenInfFileA( PCSTR name, PCSTR pszclass, DWORD style, UINT *error ); 476 HINF WINAPI SetupOpenInfFileW( PCWSTR name, PCWSTR pszclass, DWORD style, UINT *error ); 477 477 #define SetupOpenInfFile WINELIB_NAME_AW(SetupOpenInfFile) 478 478 BOOL WINAPI SetupOpenAppendInfFileA( PCSTR, HINF, UINT * );
Note:
See TracChangeset
for help on using the changeset viewer.