Skip to content

Commit aa20e50

Browse files
committed
Fix OC++ CefMacOsIOSurface_N extern "C"
1 parent 33501e8 commit aa20e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/CefMacOsIOSurface_N.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <OpenGL/gl3.h>
99
#include <OpenGL/OpenGL.h>
1010

11-
JNIEXPORT jint JNICALL
11+
extern "C" JNIEXPORT jint JNICALL
1212
Java_org_cef_handler_CefMacOsIOSurface_bindToCurrentTexture(JNIEnv*,
1313
jclass,
1414
jlong io_surface,

0 commit comments

Comments
 (0)