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:
parent
73255baa6c
commit
1a73ba9801
@ -56,7 +56,7 @@
|
||||
#endif
|
||||
|
||||
#if defined __linux__
|
||||
extern int errno;
|
||||
#include <errno.h>
|
||||
int GetLastError();
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user