Общая библиотека для работы с торговым оборудованием. 1.0.0
tdatafile.h
1#ifndef _TDATAFILE_H_
2#define _TDATAFILE_H_
3#include "teinifile.h"
4#define TDataFile TEIniFile
5#ifdef _MSC_VER
6#pragma message("TDataFile object is deprecated. Use #include <teinifile.h> and TEIniFile object instead of #include <tdatafile.h> and TDataFile object.")
7#else
8#warning TDataFile object is deprecated. Use #include <teinifile.h> and TEIniFile object \
9instead of #include <tdatafile.h> and TDataFile object.
10#endif
11#endif