From 52f06b18d44fd1dcffbb0fcda16fd5b902487144 Mon Sep 17 00:00:00 2001 From: waltje Date: Sat, 16 Jun 2018 19:05:44 -0400 Subject: [PATCH] More lame-code-fixes. --- src/win/VARCem.rpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/win/VARCem.rpp b/src/win/VARCem.rpp index 8980e78..f781454 100644 --- a/src/win/VARCem.rpp +++ b/src/win/VARCem.rpp @@ -59,7 +59,11 @@ PREAMBLE #include "../resource.h" #define __HEX4(x) 0x ## x #define __INCL(a,b,c) _TEXT_(../../ui/lang/ ## a ## - ## b ## . ## c) #define __DLLNM(a,b,c) _TEXT_(a ## - ## b ## . ## c) -#define __BLKNM(id) _TEXT_(id ## 04b0) +#ifdef _MSC_VER +# define __BLKNM(id) _TEXT_(id ## fde9) +#else +# define __BLKNM(id) _TEXT_(id ## 04e4) +#endf #define INCLUDE(l) __INCL(VARCem, l, str) #define DLLNAME(l) __DLLNM(VARCem, l, dll) #define BLOCKNAME(l) __BLKNM(l)