]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mediactrl_am.cpp
fix for potention crash when conversion fails
[wxWidgets.git] / src / msw / mediactrl_am.cpp
index 8f0855822fc4272fd0a65851b890d18968a1d6ab..cee182bf065f6c915ae00389359e476e795b9e95 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/dcclient.h"
+    #include "wx/timer.h"
+    #include "wx/math.h"        // log10 & pow
 #endif
 
-#include "wx/math.h"        // log10 & pow
 #include "wx/msw/private.h" // user info and wndproc setting/getting
-#include "wx/timer.h"
 #include "wx/dynlib.h"
 #include "wx/stopwatch.h"