9 lines
143 B
C++
9 lines
143 B
C++
#ifndef _WINDOWSX_HPP_
|
|
#define _WINDOWSX_HPP_
|
|
#include <windowsx.h>
|
|
#if defined(__FLAT__)
|
|
#undef hmemcpy
|
|
#define hmemcpy hmemcpy
|
|
#endif
|
|
#endif
|