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:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2016-11-09 18:03:26 +0300
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2016-11-09 18:03:26 +0300
commit57a3f5f07fe27f4048c8908891496a525ea01ea6 (patch)
tree7333de5a91434730c9db8514a69ee4d05d7faa28
parent03e57f9bf1e19c6c5494bf951434811d73d4edb1 (diff)
Remove _WIN32_WINNT macros to avoid useless conflicts.
-rw-r--r--src/buffer.c1
-rw-r--r--src/hook.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 2fe68b9..45b63aa 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -26,7 +26,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#define _WIN32_WINNT 0x0501
#include <windows.h>
#include "buffer.h"
diff --git a/src/hook.c b/src/hook.c
index 848ecae..f1b8859 100644
--- a/src/hook.c
+++ b/src/hook.c
@@ -26,7 +26,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#define _WIN32_WINNT 0x0501
#include <windows.h>
#include <tlhelp32.h>
#include <limits.h>