Shielded targetver.h from linux build, where it doesn't make sense.
This commit is contained in:
Родитель
ec4b73f56a
Коммит
0a800f19e4
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче