projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ 1508778 ] Fix for wxOwnerDrawnComboBox list selection rendering.
[wxWidgets.git]
/
src
/
msw
/
ole
/
activex.cpp
diff --git
a/src/msw/ole/activex.cpp
b/src/msw/ole/activex.cpp
index 108bd936b982096aecd4cd3e4d02e00968e89a77..23415001823e0cde63d73f42a8bb7c1c1dae6dd2 100644
(file)
--- a/
src/msw/ole/activex.cpp
+++ b/
src/msw/ole/activex.cpp
@@
-25,10
+25,9
@@
#ifndef WX_PRECOMP
#include "wx/dcclient.h"
+ #include "wx/math.h"
#endif
-#include "wx/math.h"
-
// I don't know why members of tagVARIANT aren't found when compiling
// with Wine
#ifndef __WINE__