]> git.saurik.com Git - wxWidgets.git/commitdiff
Use our own math.h wrapper.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 23 May 2005 08:46:42 +0000 (08:46 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 23 May 2005 08:46:42 +0000 (08:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/dde.cpp

index d19c6458891251f4ee40f27242f1950f3fa3cea3..3b32cf06c4b65652fc971267e8bdb804c0de3476 100644 (file)
 #include "wx/dde.h"
 #include "wx/intl.h"
 #include "wx/hashmap.h"
+#include "wx/math.h"
 
 #include "wx/msw/private.h"
 
 #include <string.h>
 #include <ddeml.h>
-#include <math.h>
 
 // ----------------------------------------------------------------------------
 // macros and constants