9 lines
211 B
C
9 lines
211 B
C
|
// This file includes a 32-bit and 64-bit implementation of the core.
|
||
|
|
||
|
#define SRVE_CORE_32BIT
|
||
|
#include "srve_core.h"
|
||
|
#undef SRVE_CORE_32BIT
|
||
|
#define SRVE_CORE_64BIT
|
||
|
#include "srve_core.h"
|
||
|
#undef SRVE_CORE_64BIT
|