Remove bundle_open.h file
This commit is contained in:
+4
-1
@@ -13,7 +13,6 @@
|
||||
#include <X11/Xresource.h>
|
||||
#elif __APPLE__
|
||||
#include <mach-o/dyld.h>
|
||||
#include "bundle_open.h"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -96,6 +95,10 @@ static void init_window_icon(void) {
|
||||
#define LITE_NONPATHSEP_PATTERN "[^/]+"
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
void set_macos_bundle_resources(lua_State *L);
|
||||
#endif
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
#ifdef _WIN32
|
||||
HINSTANCE lib = LoadLibrary("user32.dll");
|
||||
|
||||
Reference in New Issue
Block a user