Mercurial > hg > fxanalyse
view config.h @ 251:307fd62f376d
Implement log file rotation
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Thu, 28 May 2015 16:12:18 +0200 |
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