diff --git a/vm/os-windows-nt.h b/vm/os-windows-nt.h index e289b6617d..1b680befad 100755 --- a/vm/os-windows-nt.h +++ b/vm/os-windows-nt.h @@ -13,8 +13,8 @@ typedef char F_SYMBOL; #define from_symbol_string from_char_string #define FACTOR_OS_STRING "winnt" -#define FACTOR_DLL L"factor-nt.dll" -#define FACTOR_DLL_NAME "factor-nt.dll" +#define FACTOR_DLL L"factor.dll" +#define FACTOR_DLL_NAME "factor.dll" void c_to_factor_toplevel(CELL quot); long exception_handler(PEXCEPTION_POINTERS pe);