mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 04:02:33 +00:00
11 lines
218 B
Odin
11 lines
218 B
Odin
//+build windows
|
|
package all
|
|
|
|
import c_tokenizer "core:c/frontend/tokenizer"
|
|
import c_preprocessor "core:c/frontend/preprocessor"
|
|
import virtual "core:mem/virtual"
|
|
|
|
_ :: c_tokenizer
|
|
_ :: c_preprocessor
|
|
_ :: virtual
|