mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
vendor:x11/xlib add IS_SUPPORTED constant to match core:time and friends
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
package xlib
|
||||
|
||||
// Value, specifying whether `vendor:x11/xlib` is available on the current platform.
|
||||
IS_SUPPORTED :: ODIN_OS == .Linux || ODIN_OS == .FreeBSD || ODIN_OS == .OpenBSD
|
||||
Reference in New Issue
Block a user