mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
0dcb1f5aac
Use wrapper header over Windows.h to undefine far and near in a single place.
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
|