Change 'os-windows-nt.h' to reflect rename to 'factor.dll'

db4
Eduardo Cavazos 2008-02-25 13:10:35 -06:00
parent b68c60488a
commit 4b92faed90
1 changed files with 2 additions and 2 deletions

View File

@ -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);