2 #define _WIN32_WINNT 0x0501 // For AddVectoredExceptionHandler
10 typedef char F_SYMBOL
;
12 #define unbox_symbol_string unbox_char_string
13 #define from_symbol_string from_char_string
15 #define FACTOR_OS_STRING "winnt"
16 #define FACTOR_DLL L"factor.dll"
17 #define FACTOR_DLL_NAME "factor.dll"
19 void c_to_factor_toplevel(CELL quot
);
20 long exception_handler(PEXCEPTION_POINTERS pe
);
22 void open_console(void);