egl: Allow compilation to succeed with FreeBSD
Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
This commit is contained in:
committed by
Brian Paul
parent
981b7c08ae
commit
161307f178
@@ -68,7 +68,7 @@ typedef HWND NativeWindowType;
|
||||
typedef HBITMAP NativePixmapType;
|
||||
/** END Added for Windows **/
|
||||
|
||||
#elif defined(__gnu_linux__)
|
||||
#elif defined(__gnu_linux__) || defined(__FreeBSD__)
|
||||
|
||||
/** BEGIN Added for X (Mesa) **/
|
||||
#ifndef EGLAPI
|
||||
|
||||
Reference in New Issue
Block a user