From 1e73aa1a73488cc31982a5cc0fb987ebf3f0bbb9 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 21 Aug 2015 14:20:24 +0200 Subject: Fixed making clean strings (winGetCString and winGetCStringAndFree; clean_string struct) on 64-bit machines --- Linux_C_12/util_121.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Linux_C_12') diff --git a/Linux_C_12/util_121.h b/Linux_C_12/util_121.h index 14091f9..84265fa 100644 --- a/Linux_C_12/util_121.h +++ b/Linux_C_12/util_121.h @@ -49,7 +49,7 @@ typedef struct } CrossCallInfo; typedef struct clean_string - { int length; + { int64_t length; char characters[1]; } *CLEAN_STRING; -- cgit v1.2.3