mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-09-23 18:50:46 +00:00
Remove AUTO_VAR macro and _toString function (#592)
This commit is contained in:
@@ -170,7 +170,3 @@ typedef LPVOID LPSECURITY_ATTRIBUTES;
|
||||
|
||||
#define __in_ecount(a)
|
||||
#define __in_bcount(a)
|
||||
|
||||
#ifndef AUTO_VAR
|
||||
#define AUTO_VAR(_var, _val) auto _var = _val
|
||||
#endif
|
||||
Reference in New Issue
Block a user