Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2014-01-27 02:34:28 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-27 02:34:28 +0400
commita96959e0d379afc328a65cb0ee1f665733001c2d (patch)
tree280135f726a8b747fe762912e3017a10bad2c006 /common
parent33670c8ea556a7c9b2f6a8ff218dab70338caba3 (diff)
Using VTRACE instead of TRACE
Diffstat (limited to 'common')
-rw-r--r--common/platform.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/platform.cpp b/common/platform.cpp
index a133b8c..03b61cd 100644
--- a/common/platform.cpp
+++ b/common/platform.cpp
@@ -22,7 +22,7 @@
// - assarbad -> http://windirstat.info/contact/oliver/
//
-#include <afxwin.h> // MFC core and standard components
+#include "stdafx.h"
#include "platform.h"
bool PlatformIsWindows9x()
@@ -33,7 +33,7 @@ bool PlatformIsWindows9x()
if(!GetVersionEx(&osvi))
{
- TRACE("GetVersionEx() failed.\r\n");
+ VTRACE(_T("GetVersionEx() failed."));
return false;
}