1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-26 19:54:14 +01:00

fixed a bug where MM:S tried to manually declare errno - bad idea for platform compatibility

--HG--
branch : sourcemm-1.4.3
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/sourcemm-1.4.3%40591
This commit is contained in:
David Anderson 2007-12-13 19:52:03 +00:00
parent 73255baa6c
commit 1a73ba9801

View File

@ -56,7 +56,7 @@
#endif
#if defined __linux__
extern int errno;
#include <errno.h>
int GetLastError();
#endif