Close all vdi's before exit, by Daniel.
[vdi_driver.git] / src / config.h
blob0e0ce20e817cce790102998b97573a0ed50238c0
1 #ifndef CONFIG_H
2 #define CONFIG_H
4 #define R3_ARCH_BITS 32
5 #define ARCH_BITS 32
6 #define RT_INLINE_ASM_GNU_STYLE
7 //#define RT_ARCH_AMD64
8 #define RT_ARCH_X86
9 #define RT_OS_LINUX
10 //#define RT_OS_FREEBSD
11 //#define RT_OS_SOLARIS
13 #endif