lots of mods getting windows to build under cygwin without visual studio.
[feisty_meow.git] / nucleus / library / configuration / application_configuration.h
index 52ddb86443aa19dc774b32d9bf87f7f451e1f32a..bb829304df71db201e8547c51298d1643f17242a 100644 (file)
@@ -113,7 +113,7 @@ public:
     need a filename.  an empty string is returned on failure to create the
     directory. */
 
-#ifdef __UNIX__
+#if defined(__UNIX__) || defined(__GNU_WINDOWS__)
   #ifdef __APPLE__
     static basis::astring get_cmdline_for_apple();
   #endif