diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-14 13:47:30 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-14 14:21:02 +0100 |
commit | a53af220a7dd90791b998aa6a7b769b86da8a0c9 (patch) | |
tree | 54cf39b7a52d98272dcb018b423b93dd68bee807 /tracker-wii/wiiyourself/wiimote.h | |
parent | ac879b98b7556f0329a6aad48e3d1e2a80144ef2 (diff) |
tracker/wii: fix memory errors
Issue: #876
Diffstat (limited to 'tracker-wii/wiiyourself/wiimote.h')
-rw-r--r-- | tracker-wii/wiiyourself/wiimote.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-wii/wiiyourself/wiimote.h b/tracker-wii/wiiyourself/wiimote.h index 3588b7c7..27551c76 100644 --- a/tracker-wii/wiiyourself/wiimote.h +++ b/tracker-wii/wiiyourself/wiimote.h @@ -10,6 +10,7 @@ #pragma once +#undef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <tchar.h> // auto Unicode/Ansi support |