]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mediactrl.cpp
removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and...
[wxWidgets.git] / src / msw / mediactrl.cpp
index 4ecc52bd13e386c3f06e7224e436e257e88d8fdf..1c328f7c69a511cfc2177b6478e9d0e3082d0a65 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/log.h"
+    #include "wx/dcclient.h"
 #endif
 
 #include "wx/math.h"        // log10 & pow
 #include "wx/msw/private.h" // user info and wndproc setting/getting
-#include "wx/dcclient.h"
 #include "wx/timer.h"
 #include "wx/dynlib.h"