[misc] fix dos_locale.c warning

* Also fix _detect-amend.sh script since Windows 1909 broke wmic for me
This commit is contained in:
Pete Batard 2019-11-19 20:33:43 +00:00
parent df60eabd5f
commit 72cfb89154
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
3 changed files with 13 additions and 7 deletions

View file

@ -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".