From 48903190851d337ac999b7b3830452f01d69c832 Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 18 Jun 2024 03:12:08 +0000 Subject: [PATCH] wrong flag git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@336 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Installer/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/install.c b/Installer/install.c index 919918c..f797375 100644 --- a/Installer/install.c +++ b/Installer/install.c @@ -92,7 +92,7 @@ do_so: free(tmp); } } -#ifdef __WATCOM__ +#ifdef __WATCOMC__ FILE* in = fopen("extract.exe", "rb"); struct stat s; stat("extract.exe", &s); -- 2.43.0