diff options
author | Chris Robinson <[email protected]> | 2019-07-01 00:28:06 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-01 00:28:06 -0700 |
commit | 0c2edd10dd9de6432d0e2b970fbc71a45b93110b (patch) | |
tree | 9f16be901a1e43f6da805db3513f2ecf5bd109c1 /resources | |
parent | 90b1bc7b7a009113932b15208e3bdfbed2b3b65b (diff) |
Remove BOM markers and set UTF-8 codepage for rc files
Diffstat (limited to 'resources')
-rw-r--r-- | resources/openal32.rc | 3 | ||||
-rw-r--r-- | resources/router.rc | 3 | ||||
-rw-r--r-- | resources/soft_oal.rc | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/resources/openal32.rc b/resources/openal32.rc index 56b9020a..0c59ede9 100644 --- a/resources/openal32.rc +++ b/resources/openal32.rc @@ -1,4 +1,5 @@ -// Microsoft Visual C++ generated resource script.
+#pragma code_page(65001)
+// Microsoft Visual C++ generated resource script.
//
#include <windows.h>
#include "resource.h"
diff --git a/resources/router.rc b/resources/router.rc index 5b725b88..00713141 100644 --- a/resources/router.rc +++ b/resources/router.rc @@ -1,4 +1,5 @@ -// Microsoft Visual C++ generated resource script.
+#pragma code_page(65001)
+// Microsoft Visual C++ generated resource script.
//
#include <windows.h>
#include "resource.h"
diff --git a/resources/soft_oal.rc b/resources/soft_oal.rc index 61e4848b..09bca3be 100644 --- a/resources/soft_oal.rc +++ b/resources/soft_oal.rc @@ -1,4 +1,5 @@ -// Microsoft Visual C++ generated resource script.
+#pragma code_page(65001)
+// Microsoft Visual C++ generated resource script.
//
#include <windows.h>
#include "resource.h"
|