Merge pull request #1171 from csware/fix-compilation-vs2012

Fixed compilation with =>VS2010
This commit is contained in:
Vicent Martí 2012-12-28 07:18:55 -08:00
commit 645e67e863

View File

@ -40,7 +40,11 @@
#pragma once
#endif
#if _MSC_VER >= 1600
#include <stdint.h>
#else
#include "stdint.h"
#endif
// 7.8 Format conversion of integer types