Skip to content

Instantly share code, notes, and snippets.

@iwadon
Created March 11, 2014 12:46
Show Gist options
  • Save iwadon/9484931 to your computer and use it in GitHub Desktop.
Save iwadon/9484931 to your computer and use it in GitHub Desktop.
--- sysdep.h Sun Aug 29 18:24:57 2010
+++ sysdep.h Tue Mar 11 21:34:56 2014
@@ -19,7 +19,7 @@
#define MSGPACK_SYSDEP_H__
-#ifdef _MSC_VER
+#if _MSC_VER <= 1600
typedef __int8 int8_t;
typedef unsigned __int8 uint8_t;
typedef __int16 int16_t;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment