mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-07-20 21:59:45 -04:00
Disable C4055 warning (data -> function pointer conversion).
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#if _MSC_VER
|
||||
// Disable warning about data -> function pointer conversion
|
||||
#pragma warning(disable:4055)
|
||||
#endif
|
||||
|
||||
#ifndef IMAGE_SIZEOF_BASE_RELOCATION
|
||||
// Vista SDKs no longer define IMAGE_SIZEOF_BASE_RELOCATION!?
|
||||
#define IMAGE_SIZEOF_BASE_RELOCATION (sizeof(IMAGE_BASE_RELOCATION))
|
||||
|
||||
Reference in New Issue
Block a user