WopsS / RED4ext.SDK

A library to create mods for REDengine 4 (Cyberpunk 2077), independently of RED4ext.
MIT License
100 stars 33 forks source link

Fix compilation of TLS-inl.hpp #86

Closed Lukas0610 closed 1 year ago

Lukas0610 commented 1 year ago

When trying to compile CyberEngineTweaks with the latest patch-2.0 branch, the compilation fails with

error: TLS.cpp
vendor\RED4ext.SDK\include\RED4ext/TLS-inl.hpp(9): error C3861: '__readgsqword': identifier not found

Including intrin.h solves that.

WopsS commented 1 year ago

Thanks! :)