Explorar el Código

small buildfix in lolunit

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> hace 10 años
padre
commit
a8642c05c2
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. +13
    -0
      tools/lolunit/lolunit.h

+ 13
- 0
tools/lolunit/lolunit.h Ver fichero

@@ -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
{


Cargando…
Cancelar
Guardar