2002-01-11 Ralf Habacker <Ralf.Habacker@freenet.de>
* include/ntsecapi.h: Fixed missing void parameter type in some prototypes. * include/objbase.h: Ditto. * include/rapi.h: Ditto. * include/rpc.h: Ditto. * include/rpcdce.h: Ditto. * include/rpcdcep.h: Ditto. * include/rpcndr.h: Ditto. * include/rpcnsip.h: Ditto. * include/rpcproxy.h: Ditto. * include/windef.h: Ditto.
This commit is contained in:
@ -249,7 +249,7 @@ typedef struct _MIDL_FORMAT_STRING {
|
||||
unsigned char Format[1];
|
||||
} MIDL_FORMAT_STRING;
|
||||
typedef void(__RPC_API *STUB_THUNK)(PMIDL_STUB_MESSAGE);
|
||||
typedef long(__RPC_API *SERVER_ROUTINE)();
|
||||
typedef long(__RPC_API *SERVER_ROUTINE)(void);
|
||||
typedef struct _MIDL_SERVER_INFO_ {
|
||||
PMIDL_STUB_DESC pStubDesc;
|
||||
const SERVER_ROUTINE *DispatchTable;
|
||||
|
Reference in New Issue
Block a user