diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 21:21:37 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 22:07:17 +0100 |
commit | 1826d4de5903f496bd424d3f93a7c8f307ce6759 (patch) | |
tree | bea921b72f79a1b5de168e56254252668358cc08 /src/ring.cpp | |
parent | 655b527827fc2b64b374a1d29e884e92269e9cae (diff) | |
download | sciteco-1826d4de5903f496bd424d3f93a7c8f307ce6759.tar.gz |
additional minor changes: distribution building now possible
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> |