Shielded targetver.h from linux build, where it doesn't make sense.

This commit is contained in:
Jasha Droppo 2014-11-11 16:40:52 +00:00
Родитель ec4b73f56a
Коммит 0a800f19e4
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -6,7 +6,9 @@
#pragma once
#define _CRT_SECURE_NO_WARNINGS // "secure" CRT not available on all platforms
#ifdef _WIN32
#include "targetver.h"
#endif
#include <stdio.h>
#include <math.h>