diff --git a/vlib/sokol/c/declaration.c.v b/vlib/sokol/c/declaration.c.v index 9b5143670a..2e99c2459f 100644 --- a/vlib/sokol/c/declaration.c.v +++ b/vlib/sokol/c/declaration.c.v @@ -21,7 +21,8 @@ pub const ( //#flag darwin -framework OpenGL -framework Cocoa -framework QuartzCore // D3D -#flag windows -DSOKOL_D3D11 +#flag windows -DSOKOL_GLCORE33 +//#flag windows -DSOKOL_D3D11 // for simplicity, all header includes are here because import order matters and we dont have any way // to ensure import order with V yet