Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TsudaKageyu/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/buffer.c3
-rw-r--r--src/hook.c1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 2059332..2fe68b9 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -26,9 +26,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef STRICT
-#define STRICT
-#endif
#define _WIN32_WINNT 0x0501
#include <windows.h>
#include "buffer.h"
diff --git a/src/hook.c b/src/hook.c
index 7ecf0cd..848ecae 100644
--- a/src/hook.c
+++ b/src/hook.c
@@ -26,7 +26,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#define STRICT
#define _WIN32_WINNT 0x0501
#include <windows.h>
#include <tlhelp32.h>