view config.h @ 247:2fc4ac8017af

Instruct Emacs to follow Labwindow CVI coding style
author Daniele Nicolodi <daniele@grinta.net>
date Fri, 27 Feb 2015 18:55:19 +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