webatintel / aquarium

BSD 3-Clause "New" or "Revised" License
23 stars 7 forks source link

Prefer to centralize the definition of GLFW_EXPOSE_NATIVE_* in BUILD.gn #172

Closed hujiajie closed 3 years ago

hujiajie commented 3 years ago

Suppose glfw3native.h is included by multiple files, this avoids defining them again and again.

gyagp commented 3 years ago

LGTM