]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
Ensure there is valid context for DrawRectangle
[wxWidgets.git] / src / msw / utils.cpp
index ce4b688f887fea745258670615541f3d75d50718..afd0bb2e6c0f38742c9bbf3cc2ac680ad7ea31c5 100644 (file)
@@ -636,7 +636,7 @@ bool wxDoSetEnv(const wxString& var, const wxChar *value)
     envstr += '=';
     if ( value )
         envstr += value;
     envstr += '=';
     if ( value )
         envstr += value;
-    if ( !_tputenv(envstr.t_str()) )
+    if ( _tputenv(envstr.t_str()) != 0 )
         return false;
 #else // other compiler
     if ( !::SetEnvironmentVariable(var.t_str(), value) )
         return false;
 #else // other compiler
     if ( !::SetEnvironmentVariable(var.t_str(), value) )