From 6d0af07d883a239279d4984ce1785debabcf795d Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 30 Dec 2016 21:13:57 -0800 Subject: [PATCH] fix windows issues with drive letters --- eb/build-pre.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eb/build-pre.h b/eb/build-pre.h index 0dd96bf..239dfa2 100644 --- a/eb/build-pre.h +++ b/eb/build-pre.h @@ -29,6 +29,10 @@ #ifndef EB_BUILD_PRE_H #define EB_BUILD_PRE_H +#ifdef _WIN32 +#define DOS_FILE_PATH +#endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif