mirror of
https://github.com/anope/anope.git
synced 2026-07-01 22:46:39 +02:00
Rework some platform compatibility code.
This commit is contained in:
@@ -29,10 +29,6 @@
|
||||
#ifdef _WIN32
|
||||
# define popen _popen
|
||||
# define pclose _pclose
|
||||
# ifdef _MSC_VER
|
||||
# define PATH_MAX MAX_PATH
|
||||
# endif
|
||||
# define sleep(x) Sleep(x * 1000)
|
||||
#endif
|
||||
|
||||
#if defined __GNUC__
|
||||
|
||||
Reference in New Issue
Block a user