summaryrefslogtreecommitdiff
path: root/devel/w32api/patches/patch-aa
blob: dd6c3f7df5297e3b838a679d556606b064725c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.3 2003/04/10 15:25:45 kent Exp $

--- include/rpcndr.h~	2002-04-10 06:15:17.000000000 +0900
+++ include/rpcndr.h
@@ -124,8 +124,8 @@ void RPC_ENTRY NDRSContextMarshall(NDR_S
 NDR_SCONTEXT RPC_ENTRY NDRSContextUnmarshall(void*pBuff,unsigned long);
 void RPC_ENTRY RpcSsDestroyClientContext(void**);
 void RPC_ENTRY NDRcopy(void*,void*,unsigned int);
-unsigned int RPC_ENTRY MIDL_wchar_strlen(wchar_t*);
-void RPC_ENTRY MIDL_wchar_strcpy(void*,wchar_t*);
+unsigned int RPC_ENTRY MIDL_wchar_strlen(WCHAR*);
+void RPC_ENTRY MIDL_wchar_strcpy(void*,WCHAR*);
 void RPC_ENTRY char_from_ndr(PRPC_MESSAGE,unsigned char*);
 void RPC_ENTRY char_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,unsigned char*);
 void RPC_ENTRY short_from_ndr(PRPC_MESSAGE,unsigned short*);