remove platform.hh include

master
Daniel Kolesa 2016-01-28 18:36:48 +00:00
parent 0580638905
commit 3495d6ea2f
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@
#ifndef OSTD_INTERNAL_WIN32_HH
#define OSTD_INTERNAL_WIN32_HH
#include "ostd/platform.hh"
#ifdef OSTD_PLATFORM_WIN32
#if defined(WIN32) || defined(_WIN32) || (defined(__WIN32) && !defined(__CYGWIN__))
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <windows.h>