mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Fixed typo
This commit is contained in:
parent
9d7c1369ca
commit
c1685a441c
@ -3,7 +3,7 @@
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#include <GL/gl.h>
|
||||
#elif define(__APPLE__)
|
||||
#elif defined(__APPLE__)
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user