#how to declare in root module

1 messages · Page 1 of 1 (latest)

graceful estuary
#

Hi! hope youre doing well
im using win32 bindings package
i need to declare UNICODE in root module but have no idea how to

.unspecified => if (builtin.is_test) void else @compileError("'_T' requires that UNICODE be set to true or false in the root module"),
#

how to declare in root module

zealous dagger
#

root module is the one pulled by zig first

#

so the one you gave it when building the file

#

make one of the public variables be:

pub const UNICODE = true;