mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-28 05:47:24 +00:00
update android build
This commit is contained in:
23
windows/include/flutter_qjs/flutter_qjs_plugin_c_api.h
Normal file
23
windows/include/flutter_qjs/flutter_qjs_plugin_c_api.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef FLUTTER_PLUGIN_FLUTTER_QJS_PLUGIN_C_API_H_
|
||||
#define FLUTTER_PLUGIN_FLUTTER_QJS_PLUGIN_C_API_H_
|
||||
|
||||
#include <flutter_plugin_registrar.h>
|
||||
|
||||
#ifdef FLUTTER_PLUGIN_IMPL
|
||||
#define FLUTTER_PLUGIN_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define FLUTTER_PLUGIN_EXPORT __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
FLUTTER_PLUGIN_EXPORT void FlutterQjsPluginCApiRegisterWithRegistrar(
|
||||
FlutterDesktopPluginRegistrarRef registrar);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
#endif // FLUTTER_PLUGIN_FLUTTER_QJS_PLUGIN_C_API_H_
|
Reference in New Issue
Block a user