From a1f596f968ee41aaaf6815c4a5fa9c40fe03da65 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 19 Nov 2020 10:56:40 +0100 Subject: [PATCH] Add UTF-8 BOM markers MSVC needs them to use correct charset when Language for non-Unicode programs is set to Windows-1252 or anything different than UTF-8. Signed-off-by: Simon Rozman --- include/MSICALib.h | 2 +- src/MSICALib.cpp | 2 +- src/OpCert.cpp | 2 +- src/OpFile.cpp | 2 +- src/OpReg.cpp | 2 +- src/OpSvc.cpp | 2 +- src/OpTS.cpp | 2 +- src/OpWLAN.cpp | 2 +- src/pch.cpp | 2 +- src/pch.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/include/MSICALib.h b/include/MSICALib.h index 33709ef..f9eb9c0 100644 --- a/include/MSICALib.h +++ b/include/MSICALib.h @@ -1,4 +1,4 @@ -/* +/* Copyright 1991-2020 Amebis This file is part of MSICA. diff --git a/src/MSICALib.cpp b/src/MSICALib.cpp index 141f80f..7a7cbb8 100644 --- a/src/MSICALib.cpp +++ b/src/MSICALib.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 1991-2020 Amebis This file is part of MSICA. diff --git a/src/OpCert.cpp b/src/OpCert.cpp index 7b56949..6c93971 100644 --- a/src/OpCert.cpp +++ b/src/OpCert.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 1991-2020 Amebis This file is part of MSICA. diff --git a/src/OpFile.cpp b/src/OpFile.cpp index 08ae3dd..bf7cece 100644 --- a/src/OpFile.cpp +++ b/src/OpFile.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 1991-2020 Amebis This file is part of MSICA. diff --git a/src/OpReg.cpp b/src/OpReg.cpp index 8cf03ea..36e07ec 100644 --- a/src/OpReg.cpp +++ b/src/OpReg.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 1991-2020 Amebis This file is part of MSICA. diff --git a/src/OpSvc.cpp b/src/OpSvc.cpp index d7085fc..1059178 100644 --- a/src/OpSvc.cpp +++ b/src/OpSvc.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 1991-2020 Amebis This file is part of MSICA. diff --git a/src/OpTS.cpp b/src/OpTS.cpp index 0feb6b0..d775876 100644 --- a/src/OpTS.cpp +++ b/src/OpTS.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 1991-2020 Amebis This file is part of MSICA. diff --git a/src/OpWLAN.cpp b/src/OpWLAN.cpp index c29f041..1fe807a 100644 --- a/src/OpWLAN.cpp +++ b/src/OpWLAN.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 1991-2020 Amebis This file is part of MSICA. diff --git a/src/pch.cpp b/src/pch.cpp index 9ae46ed..f15ff29 100644 --- a/src/pch.cpp +++ b/src/pch.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 1991-2020 Amebis This file is part of MSICA. diff --git a/src/pch.h b/src/pch.h index 9273386..bfa83ef 100644 --- a/src/pch.h +++ b/src/pch.h @@ -1,4 +1,4 @@ -/* +/* Copyright 1991-2020 Amebis This file is part of MSICA.