rdbo / libmem

Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
738 stars 90 forks source link

Added LM_STATIC preprocessor flag when doing a static build #243

Open Overhatted opened 1 week ago

Overhatted commented 1 week ago

Simple PR to avoid adding "__declspec(dllexport)" to function declarations when creating a static library.