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
diff options
context:
space:
mode:
Diffstat (limited to 'windirstat/getosplatformstring.cpp')
-rw-r--r--windirstat/getosplatformstring.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/windirstat/getosplatformstring.cpp b/windirstat/getosplatformstring.cpp
index fbbeca6..3684cf3 100644
--- a/windirstat/getosplatformstring.cpp
+++ b/windirstat/getosplatformstring.cpp
@@ -27,6 +27,10 @@
#define new DEBUG_NEW
#endif
+#ifndef _Return_type_success_
+# define _Return_type_success_(x)
+#endif
+
namespace {
typedef _Return_type_success_(return >= 0) LONG NTSTATUS;
/*lint -save -e624 */ // Don't complain about different typedefs.