mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Add ODIN_NO_CRT global constant
This commit is contained in:
@@ -19,10 +19,12 @@ windows_trap_type_assertion :: proc "contextless" () -> ! {
|
||||
windows_trap_array_bounds()
|
||||
}
|
||||
|
||||
// @private
|
||||
// @(link_name="_tls_index")
|
||||
// _tls_index: u32;
|
||||
when ODIN_NO_CRT {
|
||||
@private
|
||||
@(link_name="_tls_index")
|
||||
_tls_index: u32
|
||||
|
||||
// @private
|
||||
// @(link_name="_fltused")
|
||||
// _fltused: i32 = 0x9875;
|
||||
@private
|
||||
@(link_name="_fltused")
|
||||
_fltused: i32 = 0x9875
|
||||
}
|
||||
Reference in New Issue
Block a user