Included headers needed by GET_X_LPARAM and GET_Y_LPARAM macros.

This commit is contained in:
Catalin
2016-02-21 12:31:13 +02:00
parent 9afa157d43
commit f6a314bd62
3 changed files with 9 additions and 0 deletions

View File

@@ -39,6 +39,9 @@
#include "wx/sysopt.h"
#include "wx/msw/uxtheme.h"
#include <windowsx.h> // needed by GET_X_LPARAM and GET_Y_LPARAM macros
#include "wx/msw/private.h"
#include "wx/msw/missing.h"
#include "wx/msw/dc.h"

View File

@@ -48,7 +48,10 @@
#include "wx/dcclient.h"
#include "wx/scopedarray.h"
#include <windowsx.h> // needed by GET_X_LPARAM and GET_Y_LPARAM macros
#include "wx/msw/private.h"
#include "wx/msw/winundef.h"
#include "wx/msw/dc.h"
#if wxUSE_UXTHEME

View File

@@ -36,7 +36,10 @@
#include "wx/settings.h"
#endif
#include <windowsx.h> // needed by GET_X_LPARAM and GET_Y_LPARAM macros
#include "wx/msw/private.h"
#include "wx/msw/winundef.h"
#include "wx/imaglist.h"
#include "wx/msw/dragimag.h"