winedbg: Fix Norwegian translation warning by adding UTF-8 pragma.
This commit is contained in:
parent
34a961d3af
commit
7692d926e8
|
@ -20,6 +20,9 @@
|
|||
|
||||
#include "resource.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
IDM_DEBUG_POPUP MENU
|
||||
|
|
Loading…
Reference in New Issue