From 75e96dba8d205edc59ed2ad6bcb71c8a1ac1a70a Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Thu, 12 May 2022 00:54:24 -0400 Subject: [PATCH] Fix quoting in ./internal/source/ files --- internal/source/icon.rc | 36 +++++++++++++++++------------------ internal/source/manifest.h | 2 +- internal/source/qb64.manifest | 24 +++++++++++------------ 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/internal/source/icon.rc b/internal/source/icon.rc index 2b9144755..3d3a16d63 100644 --- a/internal/source/icon.rc +++ b/internal/source/icon.rc @@ -1,32 +1,32 @@ -0 ICON 'icon.ico' +0 ICON "icon.ico" -#include 'manifest.h' +#include "manifest.h" -CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST 'qb64.manifest' +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "qb64.manifest" 1 VERSIONINFO FILEVERSION 0,6,0,0 PRODUCTVERSION 0,6,0,0 BEGIN - BLOCK 'StringFileInfo' + BLOCK "StringFileInfo" BEGIN - BLOCK '040904E4' + BLOCK "040904E4" BEGIN - VALUE 'CompanyName','QB64\0' - VALUE 'FileDescription','QB64 Compiler\0' - VALUE 'FileVersion','0,6,0,0\0' - VALUE 'InternalName','qb64.bas\0' - VALUE 'LegalCopyright','MIT\0' - VALUE 'LegalTrademarks','\0' - VALUE 'OriginalFilename','qb64.exe\0' - VALUE 'ProductName','QB64\0' - VALUE 'ProductVersion','0,6,0,0\0' - VALUE 'Comments','QB64 is a modern extended BASIC programming language that retains QB4.5/QBasic compatibility and compiles native binaries for Windows, Linux and macOS.\0' - VALUE 'Web','\0' + VALUE "CompanyName","QB64\0" + VALUE "FileDescription","QB64 Compiler\0" + VALUE "FileVersion","0,6,0,0\0" + VALUE "InternalName","qb64.bas\0" + VALUE "LegalCopyright","MIT\0" + VALUE "LegalTrademarks","\0" + VALUE "OriginalFilename","qb64.exe\0" + VALUE "ProductName","QB64\0" + VALUE "ProductVersion","0,6,0,0\0" + VALUE "Comments","QB64 is a modern extended BASIC programming language that retains QB4.5/QBasic compatibility and compiles native binaries for Windows, Linux and macOS.\0" + VALUE "Web","\0" END END - BLOCK 'VarFileInfo' + BLOCK "VarFileInfo" BEGIN - VALUE 'Translation', 0x409, 0x04E4 + VALUE "Translation", 0x409, 0x04E4 END END diff --git a/internal/source/manifest.h b/internal/source/manifest.h index f623eb253..f22984f90 100644 --- a/internal/source/manifest.h +++ b/internal/source/manifest.h @@ -1,7 +1,7 @@ #ifndef RESOURCE_H #define RESOURCE_H #ifdef __cplusplus -extern 'C' { +extern "C" { #endif #ifdef __cplusplus } diff --git a/internal/source/qb64.manifest b/internal/source/qb64.manifest index 78cfdf795..7006a67dd 100644 --- a/internal/source/qb64.manifest +++ b/internal/source/qb64.manifest @@ -1,21 +1,21 @@ - - + + QB64 Compiler