get windows build working
[fishladder.git] / vg / vg.h
diff --git a/vg/vg.h b/vg/vg.h
index b35091b5aa5e2779e39c64ccf76bdad1dee225ee..f3ff15997c11072060a201dfc2c827088135f3e3 100644 (file)
--- a/vg/vg.h
+++ b/vg/vg.h
@@ -132,7 +132,7 @@ static inline int vg_get_button_up( const char *button )
 
 static inline int key_is_keyboard( int const id )
 {
-       static_assert( GLFW_MOUSE_BUTTON_LAST < GLFW_KEY_SPACE, "GLFW: Mouse has too many buttons" );
+       vg_static_assert( GLFW_MOUSE_BUTTON_LAST < GLFW_KEY_SPACE, "GLFW: Mouse has too many buttons" );
        return id > GLFW_MOUSE_BUTTON_LAST;
 }