From fa51cafd8f3b696a33761e316263b401f3e2b616 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 23 Mar 2023 10:46:17 +0100 Subject: [PATCH] Compiling with Clang on Windows fails at version.rc --- version.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.rc b/version.rc index 87af448..52f53e2 100644 --- a/version.rc +++ b/version.rc @@ -25,7 +25,7 @@ BEGIN VALUE "FileDescription", "SDL_rtf\0" VALUE "FileVersion", "0, 1, 1, 0\0" VALUE "InternalName", "SDL_rtf\0" - VALUE "LegalCopyright", "Copyright © 2012 Sam Lantinga\0" + VALUE "LegalCopyright", "Copyright (C) 2012 Sam Lantinga\0" VALUE "OriginalFilename", "SDL_rtf.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" VALUE "ProductVersion", "0, 1, 1, 0\0"