1
0
Fork 0

IniFile: Removed an unused macro.

This commit is contained in:
Mattes D 2014-10-23 16:07:43 +02:00
parent 298be25413
commit 32cab75e43
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@
#define iniEOL '\r' << endl
#endif
#ifndef _WIN32
#define sscanf_s(buffer, stringbuffer, ...) (sscanf(buffer, stringbuffer, __VA_ARGS__))
#endif
using namespace std;