diff options
Diffstat (limited to 'src/ring.cpp')
-rw-r--r-- | src/ring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ring.cpp b/src/ring.cpp index 292f86c..1b0dbc4 100644 --- a/src/ring.cpp +++ b/src/ring.cpp @@ -20,7 +20,7 @@ #include "expressions.h" #include "ring.h" -#ifdef G_OS_WIN32 +#ifdef HAVE_WINDOWS_H /* here it shouldn't cause conflicts with other headers */ #include <windows.h> |