1
0
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:
Sadie Powell
2024-02-29 19:07:18 +00:00
parent a67bef2dee
commit 190c37a68b
4 changed files with 7 additions and 12 deletions
-4
View File
@@ -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__