This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #if _MSC_VER | |
| #define COMPILER_CHECK(expr, msg) typedef char COMPILE_ERROR_##msg[1][(expr)] | |
| #else | |
| #define COMPILER_CHECK(expr, msg) typedef char COMPILE_ERROR_##msg[1][(expr)?1:-1] | |
| #endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Console] | |
| "ColorTable00"=dword:00000000 | |
| "ColorTable01"=dword:00800000 | |
| "ColorTable02"=dword:00008000 | |
| "ColorTable03"=dword:00808000 | |
| "ColorTable04"=dword:00000080 | |
| "ColorTable05"=dword:00800080 | |
| "ColorTable06"=dword:00008080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts] | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0010404] | |
| "Layout File"="KBDUS.DLL" | |
| "Layout Text"="Chinese (Traditional) - Phonetic (IME)" | |
| "IME file"="phon.ime" | |
| "Layout Display Name"="@%SystemRoot%\\system32\\input.dll,-5066" |
NewerOlder