IniFile: Removed an unused macro.
This commit is contained in:
parent
298be25413
commit
32cab75e43
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user