kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Fixed typo
rodzic
9d7c1369ca
commit
c1685a441c
|
@ -3,7 +3,7 @@
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#elif define(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#include <OpenGL/gl.h>
|
#include <OpenGL/gl.h>
|
||||||
#else
|
#else
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
|
Ładowanie…
Reference in New Issue