mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 22:19:40 +00:00
Remove #ifdef guards.
This commit is contained in:
parent
76bf774485
commit
fd758bacd3
2 changed files with 2 additions and 8 deletions
5
extern/oics/ICSPrerequisites.h
vendored
5
extern/oics/ICSPrerequisites.h
vendored
|
@ -36,10 +36,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
#include <algorithm> /* std::min and std::max for MSVC 2013 */
|
||||||
#if defined(_WIN32) && _MSC_VER >= 1800
|
|
||||||
#include <algorithm> /* std::min and std::max */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "tinyxml.h"
|
#include "tinyxml.h"
|
||||||
|
|
||||||
|
|
3
extern/sdl4ogre/sdlinputwrapper.hpp
vendored
3
extern/sdl4ogre/sdlinputwrapper.hpp
vendored
|
@ -1,10 +1,7 @@
|
||||||
#ifndef SDL4OGRE_SDLINPUTWRAPPER_H
|
#ifndef SDL4OGRE_SDLINPUTWRAPPER_H
|
||||||
#define SDL4OGRE_SDLINPUTWRAPPER_H
|
#define SDL4OGRE_SDLINPUTWRAPPER_H
|
||||||
|
|
||||||
#if defined(_WIN32) && _MSC_VER >= 1800
|
|
||||||
#include <algorithm>
|
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <SDL_events.h>
|
#include <SDL_events.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue