]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
Fixed centering and right-justification when combined with left indentation (bug...
[wxWidgets.git] / src / msw / utils.cpp
index 612ced86ae80fe880c61817017b9326e1bfed051..1822254f1f3a80cde80289f7ada802b9873067ad 100644 (file)
@@ -1093,7 +1093,7 @@ int wxIsWindowsServer()
     wxZeroMemory(info);
 
     info.dwOSVersionInfoSize = sizeof(info);
-    if ( ::GetVersionEx(wx_reinterpret_cast(OSVERSIONINFO *, &info)) )
+    if ( ::GetVersionEx(reinterpret_cast<OSVERSIONINFO *>(&info)) )
     {
         switch ( info.wProductType )
         {