sapphonie / sdk13-gigalib

library for sdk2013 mods to use if they so choose
MIT License
17 stars 6 forks source link

Slight change for latest update to support Linux compiles #9

Closed KaydemonLP closed 12 months ago

KaydemonLP commented 1 year ago

Changed "atomic_bool" macro to directly defining atomic, as it doesn't work correctly on linux Added a univesal explodeImmediately using _exit(2) if not compiling for Windows

sapphonie commented 1 year ago

Isnt __debugbreak also a msvc intrinsic

KaydemonLP commented 1 year ago

You are correct, and upon further pass, so is GetCurrentThreadId() I've replaced these accordingly

Note: I've not been able to test this new update, will get back when i do

sapphonie commented 12 months ago

obsolete at this point