mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-12 03:35:59 -05:00
Replace lmgr8c to beat license verification
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
tools/cw/lmgr8c/lmgr8c.c
Normal file
3
tools/cw/lmgr8c/lmgr8c.c
Normal file
@@ -0,0 +1,3 @@
|
||||
int lp_checkout() { return 0; }
|
||||
void lp_checkin() {}
|
||||
void lp_errstring() {}
|
||||
6
tools/cw/lmgr8c/lmgr8c.def
Normal file
6
tools/cw/lmgr8c/lmgr8c.def
Normal 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
|
||||
Reference in New Issue
Block a user