We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a6bb9 commit d88817fCopy full SHA for d88817f
1 file changed
MemoryModule.c
@@ -33,6 +33,11 @@
33
#include <stdio.h>
34
#endif
35
36
+#if _MSC_VER
37
+// Disable warning about data -> function pointer conversion
38
+#pragma warning(disable:4055)
39
+#endif
40
+
41
#ifndef IMAGE_SIZEOF_BASE_RELOCATION
42
// Vista SDKs no longer define IMAGE_SIZEOF_BASE_RELOCATION!?
43
#define IMAGE_SIZEOF_BASE_RELOCATION (sizeof(IMAGE_BASE_RELOCATION))
0 commit comments