Fix missing inclusion guard needed for unity build

Fixes #1127.
master
Camilla Löwy ago%!(EXTRA string=8 years)
parent adebcc7111
commit bf7cc2ffac
  1. 2
      src/internal.h

@ -25,6 +25,8 @@
// //
//======================================================================== //========================================================================
#pragma once
#if defined(_GLFW_USE_CONFIG_H) #if defined(_GLFW_USE_CONFIG_H)
#include "glfw_config.h" #include "glfw_config.h"
#endif #endif

Loading…
Cancel
Save