Skip to content
Snippets Groups Projects
Commit 8a6afa7c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing ;

parent 99b261a6
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#if defined(WIN32) #if defined(WIN32)
typedef unsigned __int8 uint8_t; // Valid for _MSC_VER >= 1300 typedef unsigned __int8 uint8_t; // Valid for _MSC_VER >= 1300
typedef unsigned __int64 uint64_t typedef unsigned __int64 uint64_t;
#define PRIu8 "u" #define PRIu8 "u"
#define PRIu64 "I64u" #define PRIu64 "I64u"
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment