Changeset 8226 for trunk/src


Ignore:
Timestamp:
Apr 11, 2002, 11:07:22 AM (23 years ago)
Author:
sandervl
Message:

compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/setupapi/stubs.c

    r6712 r8226  
    1818 *              SetupCloseFileQueue
    1919 */
    20 VOID WINAPI SetupCloseFileQueue(HSPFILEQ QueueHandle)
     20BOOL WINAPI SetupCloseFileQueue(HSPFILEQ QueueHandle)
    2121{
    2222        FIXME("not implemented (setupapi.dll) \n");
     
    5858 *              SetupGetLineTextA
    5959 */
    60 BOOL WINAPI SetupGetLineTextA (PINFCONTEXT Context, HINF InfHandle,
     60BOOL WINAPI SetupGetLineTextA (const INFCONTEXT *Context, HINF InfHandle,
    6161                        PCSTR Section, PCSTR Key, LPSTR ReturnBuffer,
    6262                        DWORD ReturnBufferSize, PDWORD RequiredSize)
     
    6969 *              SetupGetStringFieldA
    7070 */
    71 BOOL WINAPI SetupGetStringFieldA(PINFCONTEXT Context, DWORD FieldIndex,
     71BOOL WINAPI SetupGetStringFieldA(const INFCONTEXT *Context, DWORD FieldIndex,
    7272                                 LPSTR ReturnBuffer, DWORD ReturnBufferSize,
    7373                                 PDWORD RequiredSize)
     
    8181 *              SetupFindNextLine
    8282 */
    83 BOOL WINAPI SetupFindNextLine (PINFCONTEXT ContextIn, PINFCONTEXT ContextOut)
     83BOOL WINAPI SetupFindNextLine (const INFCONTEXT *ContextIn, PINFCONTEXT ContextOut)
    8484{
    8585        FIXME("not implemented (setupapi.dll) \n");
     
    123123 */
    124124UINT WINAPI SetupDefaultQueueCallbackA (PVOID Context, UINT Notification,
    125                                         UINT Param1, UINT Param2)
     125                                        UINT_PTR Param1, UINT_PTR Param2)
    126126{
    127127        FIXME("not implemented (setupapi.dll) \n");
Note: See TracChangeset for help on using the changeset viewer.