summaryrefslogtreecommitdiff
path: root/src/KM_platform.h
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2009-05-20 21:27:03 +0000
committermsheby <>2009-05-20 21:27:03 +0000
commit485e710af147b188b605b739488f4255a69d1931 (patch)
treeab79e5391fbf94356ec054ff7862418b7983d37f /src/KM_platform.h
parentdc4e92f0ece0b680dd3e12be081b3737da1b43aa (diff)
Allow to work under VS2008.
Diffstat (limited to 'src/KM_platform.h')
-rw-r--r--src/KM_platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KM_platform.h b/src/KM_platform.h
index 21ffd22..a0e6a8c 100644
--- a/src/KM_platform.h
+++ b/src/KM_platform.h
@@ -43,6 +43,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# define VC_EXTRALEAN
# include <windows.h>
# include <stdlib.h>
+# include <stdio.h>
+# include <stdarg.h>
# pragma warning(disable:4786) // Ignore "identifer > 255 characters" warning
typedef unsigned __int64 ui64_t;