use proper linker
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-28 15:24:45 +09:00
commit df275c3331
3 changed files with 24 additions and 18 deletions

View file

@ -50,33 +50,33 @@ void MwLLShowImpl(MwLL handle, int show) {}
void MwLLSetSizeHintsImpl(MwLL handle, int minx, int miny, int maxx, int maxy) {}
void MwLLMakeBorderlessImpl(MwLL handle, int toggle){}
void MwLLMakeBorderlessImpl(MwLL handle, int toggle) {}
void MwLLMakeToolWindowImpl(MwLL handle){}
void MwLLMakeToolWindowImpl(MwLL handle) {}
void MwLLMakePopupImpl(MwLL handle, MwLL parent){}
void MwLLMakePopupImpl(MwLL handle, MwLL parent) {}
void MwLLBeginStateChangeImpl(MwLL handle){}
void MwLLBeginStateChangeImpl(MwLL handle) {}
void MwLLEndStateChangeImpl(MwLL handle){}
void MwLLEndStateChangeImpl(MwLL handle) {}
void MwLLFocusImpl(MwLL handle){}
void MwLLFocusImpl(MwLL handle) {}
void MwLLGrabPointerImpl(MwLL handle, int toggle){}
void MwLLGrabPointerImpl(MwLL handle, int toggle) {}
void MwLLSetClipboardImpl(MwLL handle, const char* text, int clipboard_type){}
void MwLLSetClipboardImpl(MwLL handle, const char* text, int clipboard_type) {}
void MwLLGetClipboardImpl(MwLL handle, int clipboard_type){}
void MwLLGetClipboardImpl(MwLL handle, int clipboard_type) {}
void MwLLGetCursorCoordImpl(MwLL handle, MwPoint* point){}
void MwLLGetCursorCoordImpl(MwLL handle, MwPoint* point) {}
void MwLLGetScreenSizeImpl(MwLL handle, MwRect* rect){}
void MwLLGetScreenSizeImpl(MwLL handle, MwRect* rect) {}
void MwLLSetDarkThemeImpl(MwLL handle, int toggle){}
void MwLLSetDarkThemeImpl(MwLL handle, int toggle) {}
MwBool MwLLDoModernImpl(MwLL handle){}
MwBool MwLLDoModernImpl(MwLL handle) {}
int MwLLHaikuCallInitImpl(){}
int MwLLHaikuCallInitImpl() {}
#include "call.c"
CALL(Haiku);