From 68b326814c35f07ae3b1e36bd8014ee0a78b920a Mon Sep 17 00:00:00 2001 From: Y_Less Date: Mon, 6 May 2019 01:51:05 +0200 Subject: [PATCH] Remove duplicate `WIN32_LEAN_AND_MEAN`. --- source/amx/amx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/amx/amx.c b/source/amx/amx.c index 675576f..4796c4e 100644 --- a/source/amx/amx.c +++ b/source/amx/amx.c @@ -26,7 +26,6 @@ #pragma optimize("g",off) #endif -#define WIN32_LEAN_AND_MEAN #if defined _UNICODE || defined __UNICODE__ || defined UNICODE # if !defined UNICODE /* for Windows API */ # define UNICODE