factor/vm/os-windows-nt.h

13 lines
266 B
C

#ifndef UNICODE
#define UNICODE
#endif
typedef char F_SYMBOL;
#define unbox_symbol_string unbox_char_string
#define from_symbol_string from_char_string
#define FACTOR_OS_STRING "windows"
#define FACTOR_DLL L"factor-nt.dll"
#define FACTOR_DLL_NAME "factor-nt.dll"