mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2025-01-03 16:13:36 +08:00
934b59b480
Signed-off-by: Ivaylo Spasov <ivailosp@abv.bg>
19 lines
332 B
C
19 lines
332 B
C
#ifndef _INCLUDE_L4D1_SIGNATURE_LINUX_
|
|
#define _INCLUDE_L4D1_SIGNATURE_LINUX_
|
|
|
|
#ifdef WIN32
|
|
#ifdef L4D1
|
|
#include "l4d1_signature_win32.h"
|
|
#else
|
|
#include "l4d2_signature_win32.h"
|
|
#endif
|
|
#else
|
|
#ifdef L4D1
|
|
#include "l4d1_signature_linux.h"
|
|
#else
|
|
#include "l4d2_signature_linux.h"
|
|
#endif
|
|
#endif
|
|
|
|
#endif //_INCLUDE_L4D1_SIGNATURE_LINUX_
|