From 1d6a6b934f350663d9896cc5e7e1db8c1ed12e55 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Tue, 20 Oct 2020 20:38:30 +0200 Subject: [PATCH] Remove a borland check --- samples/nativdlg/dialog1.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/nativdlg/dialog1.rc b/samples/nativdlg/dialog1.rc index 3b008e6421..76fb2c7948 100644 --- a/samples/nativdlg/dialog1.rc +++ b/samples/nativdlg/dialog1.rc @@ -21,7 +21,7 @@ #include "resource.h" -#if !defined(__GNUWIN32__) && !defined(__BORLANDC__) +#if !defined(__GNUWIN32__) #include #endif