From b73c24a0c5a0a01078c27242ec72d98a31f8b524 Mon Sep 17 00:00:00 2001
From: Shane Ellis <cobaltbw@gmail.com>
Date: Sat, 28 Aug 2021 17:14:36 +0000
Subject: [PATCH] Add VERSIONSTRING_RC to DEVELOP builds for compiler
 compatibility

---
 src/doomdef.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/doomdef.h b/src/doomdef.h
index 11ca80538a..37edca8963 100644
--- a/src/doomdef.h
+++ b/src/doomdef.h
@@ -127,6 +127,7 @@ extern char logfilename[1024];
 //#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
 #ifdef DEVELOP
 #define VERSIONSTRING "Development EXE"
+#define VERSIONSTRING_RC "Development EXE" "\0"
 // most interface strings are ignored in development mode.
 // we use comprevision and compbranch instead.
 // VERSIONSTRING_RC is for the resource-definition script used by windows builds
-- 
GitLab