mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated organization file functions, env naming.
This commit is contained in:
committed by
Christoffer Lerno
parent
0ab0f727ad
commit
68f6cb1286
@@ -1,4 +1,4 @@
|
||||
module std::time::os @if(WIN32_LIBC);
|
||||
module std::time::os @if(env::WIN32);
|
||||
import std::os::win32;
|
||||
|
||||
extern fn void win32_GetSystemTimeAsFileTime(Win32_FILETIME* time) @extern("GetSystemTimeAsFileTime");
|
||||
|
||||
Reference in New Issue
Block a user