Revert incorrect patch sequence
This commit is contained in:
parent
f883787d6b
commit
b52fa95643
@ -101,6 +101,13 @@
|
|||||||
#define NL "\n"
|
#define NL "\n"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
#define popen(f,m) _popen(f,m)
|
||||||
|
#define pclose(fh) _pclose(fh)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* ------------------------------------------------------------------
|
/* ------------------------------------------------------------------
|
||||||
// Spellchecker using dynamic library load */
|
// Spellchecker using dynamic library load */
|
||||||
#if !defined(GCFG_NOSPELLDLL) && !defined(__WIN32__)
|
#if !defined(GCFG_NOSPELLDLL) && !defined(__WIN32__)
|
||||||
|
@ -83,15 +83,6 @@
|
|||||||
#define R_OK 0
|
#define R_OK 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
|
||||||
#define popen(f,m) _popen(f,m)
|
|
||||||
#define pclose(fh) _pclose(fh)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
// ------------------------------------------------------------------
|
||||||
|
|
||||||
#define GMAXPATH (FILENAME_MAX+1) /* ANSI C */
|
#define GMAXPATH (FILENAME_MAX+1) /* ANSI C */
|
||||||
|
Reference in New Issue
Block a user