mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-31 18:15:01 +00:00
2ed584428c
Otherwise, they won't show up as part of the project in IDEs.
10 lines
126 B
C++
10 lines
126 B
C++
#ifndef OPENMW_COMPONENTS_WINDOWS_H
|
|
#define OPENMW_COMPONENTS_WINDOWS_H
|
|
|
|
#include <Windows.h>
|
|
|
|
#undef far
|
|
#undef near
|
|
|
|
#endif
|