Index: /trunk/src/VBox/Runtime/r3/win/dir-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/dir-win.cpp	(revision 20069)
+++ /trunk/src/VBox/Runtime/r3/win/dir-win.cpp	(revision 20070)
@@ -131,5 +131,5 @@
 RTDECL(int) RTDirCreateTemp(char *pszTemplate)
 {
-    if (!_mktemp(pszTemplate))
+    if (_mktemp(pszTemplate))
     {
         int rc = RTDirCreate(pszTemplate, 0700);
