소스 검색

small buildfix in lolunit

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 10 년 전
부모
커밋
a8642c05c2
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +13
    -0
      tools/lolunit/lolunit.h

+ 13
- 0
tools/lolunit/lolunit.h 파일 보기

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


불러오는 중...
취소
저장