X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fconfiguration%2Fapplication_configuration.h;h=bb829304df71db201e8547c51298d1643f17242a;hb=ea31dec826a360f97729000c351ea7e3e7aa9877;hp=e51bb2105c23c7cafd1a70e3fbed2fc33ebe5c08;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/configuration/application_configuration.h b/nucleus/library/configuration/application_configuration.h index e51bb210..bb829304 100644 --- a/nucleus/library/configuration/application_configuration.h +++ b/nucleus/library/configuration/application_configuration.h @@ -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 #include @@ -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