platform.hpp for MSVC contains only very basic stuff

This commit is contained in:
Martin Sustrik
2010-06-04 16:29:36 +02:00
parent 927993863e
commit cf048bb1f8
8 changed files with 23 additions and 32 deletions

View File

@@ -19,7 +19,9 @@
#include <assert.h>
#include <stdlib.h>
#ifndef _WIN32
#ifdef _WIN32
# include "../src/windows.hpp"
#else
# include <sys/time.h>
# include <unistd.h>
#endif