Nicolas Cannasse 9 anni fa
parent
commit
6ce8ed23c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/hl.h

+ 1 - 1
src/hl.h

@@ -91,7 +91,7 @@
 #	ifdef HL_VCC
 #	ifdef HL_VCC
 #		define _PTR_FMT	L"%llX"
 #		define _PTR_FMT	L"%llX"
 #	else
 #	else
-#		define _PTR_FMT	L"%lX"
+#		define _PTR_FMT	u"%lX"
 #	endif
 #	endif
 #else
 #else
 #	define HL_WSIZE 4
 #	define HL_WSIZE 4