This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
small buildfix in lolunit
undefined
Benjamin ‘Touky’ Huet
Sam Hocevar
<sam@hocevar.net>
10 years ago
parent
7b5ccb47d2
commit
a8642c05c2
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
tools/lolunit/lolunit.h
+ 13
- 0
tools/lolunit/lolunit.h
View File
@@ -21,6 +21,19 @@
#include <iomanip>
#include <sstream>
#include <cstdio>
#if defined _XBOX
# include <xtl.h>
# undef near /* Fuck Microsoft */
# undef far /* Fuck Microsoft again */
#elif defined _WIN32
# if defined USE_D3D9
# include <d3d9.h>
# endif
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# undef near /* Fuck Microsoft */
# undef far /* Fuck Microsoft again */
#endif
namespace lol
{
Write
Preview
Loading…
Cancel
Save