Skip to content

Commit f6f506a

Browse files
committed
#43 Preprocessor directives for ReflectiveLoader
1 parent 8842543 commit f6f506a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MemoryModule/ReflectiveLoader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !(defined(_M_ARM) || defined(_M_ARM64) || defined(_USRDLL))
1+
#if !(defined(_M_ARM) || defined(_M_ARM64) || !defined(_USRDLL))
22

33
//===============================================================================================//
44
// Copyright (c) 2012, Stephen Fewer of Harmony Security (www.harmonysecurity.com)

0 commit comments

Comments
 (0)