代码拉取完成,页面将自动刷新
同步操作将从 daemon_process/EasyCKL 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#ifndef __EC_PORTABLE_H_
#define __EC_PORTABLE_H_
/*
Note: the "DO NOT AUTO REMOVE" in a end of a line means that DISABLE the SDK头文件自动生成脚本 remove the line.
the "REMOVE IT" in a end of a line means that force the SDK头文件自动生成脚本 remove the line.
*/
#ifdef CKLEXPORT
#undef CKLEXPORT
#endif
#define CKLEXPORT extern "C"
//#ifdef _WIN32
//#define CKLEXPORT extern "C" __declspec(dllexport)
//#elif defined __linux__
//#define CKLEXPORT extern "C"
//#endif
#ifdef _WIN32 /* DO NOT AUTO REMOVE */
#include <Windows.h>
#elif defined __linux__ /* DO NOT AUTO REMOVE */
#include <X11/Xlib.h>
#include <stddef.h> /* DO NOT AUTO REMOVE */
typedef unsigned int DWORD;
typedef bool BOOL;
typedef void* LPVOID;
typedef void* PVOID;
typedef size_t SIZE_T;
typedef long LONG;
typedef unsigned long LONG_PTR;
typedef LONG_PTR UINT_PTR;
typedef LONG_PTR ULONG_PTR;
typedef char BYTE;
typedef unsigned int UINT;
typedef unsigned long ULONG;
#define WINAPI
#define TRUE true
#define FALSE false
#ifdef __EC_LINUX_API
#define HWND void*
typedef struct tagRECT {
int x;
int y;
int width;
int height;
}RECT,*LPRECT;
#else
#define HWND CefWindowHandle /* REMOVE IT */
#define RECT _cef_rect_t /* REMOVE IT */
#endif // __EC_LINUX_API
typedef struct tagECMAINARGS {
int iArgc;
char** pszArgv;
}ECMAINARGS,*LPECMAINARGS;
#define HINSTANCE LPECMAINARGS
//#define wchar_t char
//#define std::wstring std::string
#endif /* DO NOT AUTO REMOVE */
#endif // __EC_PORTABLE_H_
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。