mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +01:00
Uh.
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40166
This commit is contained in:
parent
1a1366323e
commit
7711afa7a8
@ -86,6 +86,10 @@
|
||||
# define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
#if SH_SYS != SH_SYS_WIN32
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define SH_PTRSIZE sizeof(void*)
|
||||
|
||||
#include "FastDelegate.h"
|
||||
|
@ -86,6 +86,10 @@
|
||||
# define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
#if SH_SYS != SH_SYS_WIN32
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define SH_PTRSIZE sizeof(void*)
|
||||
|
||||
#include "FastDelegate.h"
|
||||
|
@ -86,6 +86,10 @@
|
||||
# define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
#if SH_SYS != SH_SYS_WIN32
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define SH_PTRSIZE sizeof(void*)
|
||||
|
||||
#include "FastDelegate.h"
|
||||
|
Loading…
Reference in New Issue
Block a user