Skip to content
Snippets Groups Projects
Commit 23cb42f4 authored by Patrick Imbo's avatar Patrick Imbo
Browse files

BUG:support MSVC 2010 for libkml

parent 88397fa4
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
#ifndef KML_BASE_UTIL_H__
#define KML_BASE_UTIL_H__
#ifndef _MSC_VER
#if (!defined(_MSC_VER)) || (_MSC_VER == 1600)
#include <stdint.h> // For fixed-size interger typedefs in this file.
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment