aboutsummaryrefslogtreecommitdiffstats
path: root/common/os/os.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/os/os.cxx')
-rw-r--r--common/os/os.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/os/os.cxx b/common/os/os.cxx
index 8d24875d..5d410553 100644
--- a/common/os/os.cxx
+++ b/common/os/os.cxx
@@ -20,6 +20,7 @@
#include <config.h>
#endif
+#ifndef WIN32
#include <os/os.h>
#include <assert.h>
@@ -62,3 +63,5 @@ int gethomedir(char **dirp)
return 0;
}
+#endif
+