#43 Preprocessor directives for ReflectiveLoader

This commit is contained in:
Boring
2024-02-06 09:46:49 +08:00
parent 88425436e0
commit f6f506a161
+1 -1
View File
@@ -1,4 +1,4 @@
#if !(defined(_M_ARM) || defined(_M_ARM64) || defined(_USRDLL))
#if !(defined(_M_ARM) || defined(_M_ARM64) || !defined(_USRDLL))
//===============================================================================================//
// Copyright (c) 2012, Stephen Fewer of Harmony Security (www.harmonysecurity.com)