fix: win32 build
This commit is contained in:
parent
58082ed2a1
commit
b30a5d4819
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ pub const Error = error{
|
||||||
Utf8CannotEncodeSurrogateHalf,
|
Utf8CannotEncodeSurrogateHalf,
|
||||||
CodepointTooLarge,
|
CodepointTooLarge,
|
||||||
VaxisResizeError,
|
VaxisResizeError,
|
||||||
|
InvalidFloatType,
|
||||||
|
InvalidArrayType,
|
||||||
|
InvalidPIntType,
|
||||||
|
JsonIncompatibleType,
|
||||||
|
NotAnObject,
|
||||||
} || std.Thread.SpawnError;
|
} || std.Thread.SpawnError;
|
||||||
|
|
||||||
pub const panic = messageBoxThenPanic(.{ .title = "Flow Panic" });
|
pub const panic = messageBoxThenPanic(.{ .title = "Flow Panic" });
|
||||||
|
|
Loading…
Add table
Reference in a new issue