Fixed macro redefinition
This commit is contained in:
parent
5fb7f95cb8
commit
f883787d6b
@ -101,13 +101,6 @@
|
||||
#define NL "\n"
|
||||
#endif
|
||||
|
||||
/* ----------------------------------------------------------------*/
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define popen(f,m) _popen(f,m)
|
||||
#define pclose(fh) _pclose(fh)
|
||||
#endif
|
||||
|
||||
/* ------------------------------------------------------------------
|
||||
// Spellchecker using dynamic library load */
|
||||
#if !defined(GCFG_NOSPELLDLL) && !defined(__WIN32__)
|
||||
|
Reference in New Issue
Block a user