mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Added explanation for #error.
This commit is contained in:
parent
bea59f64b2
commit
bd2d571c31
@ -140,6 +140,10 @@ extern "C" {
|
|||||||
/* ---------------- GLFW related system specific defines ----------------- */
|
/* ---------------- GLFW related system specific defines ----------------- */
|
||||||
|
|
||||||
#if defined(GLFW_DLL) && defined(_GLFW_BUILD_DLL)
|
#if defined(GLFW_DLL) && defined(_GLFW_BUILD_DLL)
|
||||||
|
/* GLFW_DLL is defined by users of GLFW when compiling programs that will link
|
||||||
|
* to the DLL version of the GLFW library. _GLFW_BUILD_DLL is defined by the
|
||||||
|
* GLFW configuration header when compiling the DLL version of the library.
|
||||||
|
*/
|
||||||
#error "You must not have both GLFW_DLL and _GLFW_BUILD_DLL defined"
|
#error "You must not have both GLFW_DLL and _GLFW_BUILD_DLL defined"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user