Mercurial > hg > fxanalyse
view config.h @ 236:cf2e21b81dcf
Update copyright notice to 2015
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Thu, 29 Jan 2015 18:24:53 +0100 |
parents | 6e64ac00303e |
children |
line wrap: on
line source
#ifndef __CONFIG_H__ #define __CONFIG_H__ #define CONFIGFILE "FXAnalyse.ini" #define GetIniFilePath(path) \ do { \ char project[MAX_PATHNAME_LEN]; \ GetProjectDir(project); \ MakePathname(project, CONFIGFILE, path); \ } while (0) #endif