X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fwin32-os.c;h=eab029e1ce79086403a00af1fea998681aa91932;hb=b841aa690bada10da8c8db6eec361e3eeef0492c;hp=394ed3eb2fe448ee51bd871aaba91248e11c76ad;hpb=4f86979ad00797600929481bc01c08e00de266a1;p=sbcl.git diff --git a/src/runtime/win32-os.c b/src/runtime/win32-os.c index 394ed3e..eab029e 100644 --- a/src/runtime/win32-os.c +++ b/src/runtime/win32-os.c @@ -51,16 +51,6 @@ #include #include -/* KLUDGE: Avoid double definition of boolean by rpcndr.h included via - * shlobj.h. - * - * FIXME: We should probably arrange to use the rpcndr.h boolean on Windows, - * or get rid of our own boolean type. - */ -#define boolean rpcndr_boolean -#include -#undef boolean - #include #include @@ -341,7 +331,7 @@ handle_exception(EXCEPTION_RECORD *exception_record, } if (exception_record->ExceptionCode == EXCEPTION_BREAKPOINT) { - unsigned char trap; + unsigned char trap; /* This is just for info in case the monitor wants to print an * approximation. */ current_control_stack_pointer =