Fix MSVC build issues

This commit is contained in:
Cameron Gutman
2018-09-25 00:56:43 -07:00
parent dd7820f100
commit 487a62f58c
5 changed files with 8 additions and 18 deletions

View File

@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
@@ -62,4 +63,4 @@
int initializePlatform(void);
void cleanupPlatform(void);
unsigned long long PltGetMillis(void);
uint64_t PltGetMillis(void);