Skip to content

Commit

Permalink
Remove vcsversion.h (#1412)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil authored and zdenop committed Mar 23, 2018
1 parent b94bbd6 commit a02b0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
6 changes: 2 additions & 4 deletions api/baseapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@
#endif

#if defined(_WIN32)
#ifdef _MSC_VER
#include "vcsversion.h"
#elif MINGW
#if defined(MINGW)
// workaround for stdlib.h with -std=c++11 for _splitpath and _MAX_FNAME
#undef __STRICT_ANSI__
#endif // _MSC_VER
#endif // MINGW
#include <fcntl.h>
#include <io.h>
#else
Expand Down
11 changes: 0 additions & 11 deletions vs2010/port/vcsversion.h

This file was deleted.

0 comments on commit a02b0f9

Please sign in to comment.