Adding WINDOWS specific data types

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 452266]
This commit is contained in:
Valeriy Kamyshniy 2014-04-10 13:34:07 -05:00
parent d31ae530c8
commit 2e1e258248
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
#ifdef PLATFORM_WINDOWS
#include <windows.h>
#endif
#include <iostream>
#include <cstdlib>
#include <getopt.h>