git-subtree-dir: external/gainput git-subtree-split: 2be0a50089eafcc6fccb66142180082e48f27f4c
18 lines
215 B
C
18 lines
215 B
C
|
|
#ifndef GAINPUTWINDOWS_H_
|
|
#define GAINPUTWINDOWS_H_
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#ifndef NOMINMAX
|
|
#define NOMINMAX
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <Windowsx.h>
|
|
#ifdef DrawText
|
|
#undef DrawText
|
|
#endif
|
|
|
|
#endif
|