mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-06 01:21:24 -04:00
[misc] fix dos_locale.c warning
* Also fix _detect-amend.sh script since Windows 1909 broke wmic for me
This commit is contained in:
parent
df60eabd5f
commit
72cfb89154
3 changed files with 13 additions and 7 deletions
|
@ -30,6 +30,11 @@
|
|||
|
||||
#include "rufus.h"
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
// We have a bunch of \xCD characters in this file that MS doesn't like
|
||||
#pragma warning(disable: 4819)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Note: if you want a book that can be used as a keyboards and codepages bible, I
|
||||
* would recommend the "OS/2 Warp Server for e-business - Keyboards and Codepages".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue