]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mediactrl.cpp
Reset the position when auto-sizing toolbar
[wxWidgets.git] / src / msw / mediactrl.cpp
index 379cd88acd885310d086758628ec396d974de91d..4931215a5f1c8d57443aff88ebcc481705c7c50f 100644 (file)
@@ -63,6 +63,15 @@ extern WXDLLIMPEXP_CORE const wxChar *wxCanvasClassName;
 LRESULT WXDLLIMPEXP_CORE APIENTRY _EXPORT wxWndProc(HWND hWnd, UINT message,
                                    WPARAM wParam, LPARAM lParam);
 
+//---------------------------------------------------------------------------
+// Killed MSVC warnings
+//---------------------------------------------------------------------------
+//disable "cast truncates constant value" for VARIANT_BOOL values
+//passed as parameters in VC5 and up
+#ifdef _MSC_VER
+#pragma warning (disable:4310)
+#endif
+
 //===========================================================================
 // BACKEND DECLARATIONS
 //===========================================================================