back to single level for spaceming all
[feisty_meow.git] / nucleus / library / configuration / application_configuration.h
index e51bb2105c23c7cafd1a70e3fbed2fc33ebe5c08..bb829304df71db201e8547c51298d1643f17242a 100644 (file)
@@ -1,19 +1,17 @@
 #ifndef APPLICATION_CONFIGURATION_GROUP
 #define APPLICATION_CONFIGURATION_GROUP
 
-/*****************************************************************************\
-*                                                                             *
-*  Name   : path configuration definitions                                    *
-*  Author : Chris Koeritz                                                     *
-*                                                                             *
-*******************************************************************************
-* Copyright (c) 2000-$now By Author.  This program is free software; you can  *
-* redistribute it and/or modify it under the terms of the GNU General Public  *
-* License as published by the Free Software Foundation; either version 2 of   *
-* the License or (at your option) any later version.  This is online at:      *
-*     http://www.fsf.org/copyleft/gpl.html                                    *
-* Please send any updates to: fred@gruntose.com                               *
-\*****************************************************************************/
+/**
+ * Name: path configuration definitions
+ * Author: Chris Koeritz
+ ****
+ * Copyright (c) 2000-$now By Author.  This program is free software; you can
+ * redistribute it and/or modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either version 2 of
+ * the License or (at your option) any later version.  This is online at:
+ *     http://www.fsf.org/copyleft/gpl.html
+ * Please send any updates to: fred@gruntose.com
+ */
 
 #include <basis/astring.h>
 #include <basis/definitions.h>
@@ -115,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