diff options
-rw-r--r-- | PC/_msi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |