Skip to content

Commit a02b0f9

Browse files
stweilzdenop
authored andcommitted
Remove vcsversion.h (#1412)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent b94bbd6 commit a02b0f9

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

api/baseapi.cpp

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@
2727
#endif
2828

2929
#if defined(_WIN32)
30-
#ifdef _MSC_VER
31-
#include "vcsversion.h"
32-
#elif MINGW
30+
#if defined(MINGW)
3331
// workaround for stdlib.h with -std=c++11 for _splitpath and _MAX_FNAME
3432
#undef __STRICT_ANSI__
35-
#endif // _MSC_VER
33+
#endif // MINGW
3634
#include <fcntl.h>
3735
#include <io.h>
3836
#else

vs2010/port/vcsversion.h

-11
This file was deleted.

0 commit comments

Comments
 (0)