summaryrefslogtreecommitdiff
path: root/src/inc/MSCOREE.IDL
diff options
context:
space:
mode:
authorMatt Ellis <matell@microsoft.com>2015-02-03 19:27:37 -0800
committerMatt Ellis <matell@microsoft.com>2015-02-03 19:27:37 -0800
commit3e52744f61498216e71a6f5099a576a31696ebe2 (patch)
treef8c0f82346a30a0f863291ec8b6c715999fa9232 /src/inc/MSCOREE.IDL
parent2a956c5fb7a73c364c0c264c4d2ec29493542528 (diff)
downloadcoreclr-3e52744f61498216e71a6f5099a576a31696ebe2.tar.gz
coreclr-3e52744f61498216e71a6f5099a576a31696ebe2.tar.bz2
coreclr-3e52744f61498216e71a6f5099a576a31696ebe2.zip
Remove non ASCII characters from source files
Our native files were more or less encoded in Windows-1252, which causes problems when we try to compile them on machines where the current codepage can't represent everything that Windows-1252 can. With this conversion I just moved characters to their ASCII counterparts (e.g. no smart quotes, the section marker glyph is now "Section"). There were two places where I couldn't do the straight forward thing, in object.h we wanted to insert the Per Mille symbol in a comment so instead I just spelled out the Unicode codepoint. In morph.cpp, there was a comment pointing to a paper by Torbjörn Granlund (note the diaeresis above the second o). In this case, unfortuntely I had to just drop the diaeresis. However, searching for "Torbjorn Granlund" will lead you to the right person. Fixes #49
Diffstat (limited to 'src/inc/MSCOREE.IDL')
-rw-r--r--src/inc/MSCOREE.IDL6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inc/MSCOREE.IDL b/src/inc/MSCOREE.IDL
index b97878af06..f7fbf810d1 100644
--- a/src/inc/MSCOREE.IDL
+++ b/src/inc/MSCOREE.IDL
@@ -339,9 +339,9 @@ typedef enum
RUNTIME_INFO_REQUEST_IA64 = 0x002, // requesting a CLR for ia64
RUNTIME_INFO_REQUEST_AMD64 = 0x004, // requesting a CLR for amd64
RUNTIME_INFO_REQUEST_X86 = 0x008, // requesting a CLR for x86
- RUNTIME_INFO_DONT_RETURN_DIRECTORY = 0x010, // don’t return directory information
- RUNTIME_INFO_DONT_RETURN_VERSION = 0x020, // don’t return version information
- RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG = 0x040, // don’t pop up an error dialog on failure
+ RUNTIME_INFO_DONT_RETURN_DIRECTORY = 0x010, // don't return directory information
+ RUNTIME_INFO_DONT_RETURN_VERSION = 0x020, // don't return version information
+ RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG = 0x040, // don't pop up an error dialog on failure
RUNTIME_INFO_IGNORE_ERROR_MODE = 0x1000,// ignore SEM_FAILCRITICALERRORS
// (by default the error dialog is not shown if SEM_FAILCRITICALERRORS is set)
// Reserved values here - see mscoreepriv.h