mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
Initial split
This commit is contained in:
@@ -23,7 +23,20 @@ package webview
|
||||
#include <stdint.h>
|
||||
#define WEBVIEW_STATIC
|
||||
#define WEBVIEW_IMPLEMENTATION
|
||||
#include "webview.h"
|
||||
|
||||
#ifdef WEBVIEW_GTK
|
||||
#include "webview_linux.h"
|
||||
#endif
|
||||
|
||||
#ifdef WEBVIEW_COCOA
|
||||
#include "webview_darwin.h"
|
||||
#endif
|
||||
|
||||
#ifdef WEBVIEW_COCOA
|
||||
#include "webview_darwin.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
extern void _webviewExternalInvokeCallback(void *, void *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user