Searched refs:_GLFW_CONCAT_VERSION (Results 1 - 1 of 1) sorted by relevance
/third_party/glfw/src/ | ||
H A D | platform.c | 34 #define _GLFW_CONCAT_VERSION(m, n, r) #m "." #n "." #r macro 35 #define _GLFW_MAKE_VERSION(m, n, r) _GLFW_CONCAT_VERSION(m, n, r) |
Completed in 1 milliseconds