From b91e280045802111ad45dfb8486c6acacfe42ea7 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 26 Apr 2002 23:49:58 +0000 Subject: [PATCH] Switched from #warning to #error (Borland compatible) --- src/xpdev/threadwrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpdev/threadwrap.h b/src/xpdev/threadwrap.h index 0b5d520cb0..71e9c63dd2 100644 --- a/src/xpdev/threadwrap.h +++ b/src/xpdev/threadwrap.h @@ -75,7 +75,7 @@ extern "C" { #else - #warning "Need semaphore wrappers." + #error "Need semaphore wrappers." #endif -- GitLab