Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/host/os_uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/os_uuid.c b/src/host/os_uuid.c
index 9a07e9e..28be4e8 100644
--- a/src/host/os_uuid.c
+++ b/src/host/os_uuid.c
@@ -15,7 +15,7 @@ int os_uuid(lua_State* L)
char uuid[38];
#if PLATFORM_WINDOWS
- CoCreateGuid((char*)bytes);
+ CoCreateGuid((GUID*)bytes);
#else
int result;