view config.h @ 228:5e69d9abbbf2

Update Hg expected frequency with value of last measurement
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Thu, 09 Oct 2014 15:58:32 +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