]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows-ce.hpp
vm: Tweak Factor VM to compile with Microsoft Visual Studio on Windows, in addition...
[factor.git] / vm / os-windows-ce.hpp
old mode 100644 (file)
new mode 100755 (executable)
index 48da3fa..02de1cd
@@ -12,7 +12,6 @@ typedef wchar_t symbol_char;
 
 #define FACTOR_OS_STRING "wince"
 #define FACTOR_DLL L"factor-ce.dll"
-#define FACTOR_DLL_NAME "factor-ce.dll"
 
 int errno;
 char *strerror(int err);