From ab058ed3df646404d8fd4d4efacf1ce46cbaf1b1 Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Sun, 17 Aug 2008 07:26:26 +0000 Subject: [PATCH] RPC_WSTR is not available Visual Studio 2003 or earlier. (Maybe I should have defined RPC_WSTR on old compiler, but uuidcreate() is only place using it, so I simply replaced with unsigned short *) --- PC/_msi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/_msi.c b/PC/_msi.c index 9b852e5b81a..f129293bb2c 100644 --- a/PC/_msi.c +++ b/PC/_msi.c @@ -18,7 +18,7 @@ static PyObject* uuidcreate(PyObject* obj, PyObject*args) { UUID result; - RPC_WSTR cresult; + unsigned short *cresult; PyObject *oresult; /* May return ok, local only, and no address.