mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Update to constdef
This commit is contained in:
committed by
Christoffer Lerno
parent
0387d7666d
commit
5a82f672b5
@@ -1,6 +1,6 @@
|
||||
module std::os::win32 @if(env::WIN32);
|
||||
|
||||
const enum Win32_CODEPAGE : Win32_UINT
|
||||
constdef Win32_CODEPAGE : Win32_UINT
|
||||
{
|
||||
IBM037 = 037, // IBM EBCDIC US-Canada
|
||||
IBM437 = 437, // OEM United States
|
||||
|
||||
Reference in New Issue
Block a user