Replace lmgr8c to beat license verification

This commit is contained in:
mid-kid
2025-02-14 20:52:02 +01:00
parent 71451139c1
commit 95ae7e70dc
6 changed files with 9 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

3
tools/cw/lmgr8c/lmgr8c.c Normal file
View File

@@ -0,0 +1,3 @@
int lp_checkout() { return 0; }
void lp_checkin() {}
void lp_errstring() {}

View File

@@ -0,0 +1,6 @@
; x86_64-w64-mingw32-gcc -m32 -shared -s -o lmgr8c.dll lmgr8c.def lmgr8c.c
LIBRARY LMGR8C
EXPORTS
lp_checkout @190
lp_checkin @189
lp_errstring @191