config.h.in --> glfw_config.h.in

This commit is contained in:
Andrew Corrigan
2013-10-04 09:41:08 -04:00
parent 8194f1e2ae
commit 34f1c298b6
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -105,8 +105,8 @@ Examples: `clearScrollOffsets`
@section internals_config Configuration macros
GLFW uses a number of configuration macros to select at compile time which
interfaces and code paths to use. They are defined in the config.h header file,
which is generated from the `config.h.in` file by CMake.
interfaces and code paths to use. They are defined in the glfw_config.h header file,
which is generated from the `glfw_config.h.in` file by CMake.
Configuration macros the same style as tokens in the public interface, except
with a leading underscore.