rpcndr.h: Make rpcndr.h widl compatible. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@3542 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/rpcndr.h b/mingw-w64-headers/include/rpcndr.h index 6ff66c7..d29022f 100644 --- a/mingw-w64-headers/include/rpcndr.h +++ b/mingw-w64-headers/include/rpcndr.h
@@ -94,8 +94,8 @@ #ifndef __MIDL_user_allocate_free_DEFINED__ #define __MIDL_user_allocate_free_DEFINED__ - void *__RPC_API MIDL_user_allocate(size_t); - void __RPC_API MIDL_user_free(void *); + void *__RPC_USER MIDL_user_allocate(SIZE_T); + void __RPC_USER MIDL_user_free(void *); #endif #define RPC_VAR_ENTRY __cdecl