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

github.com/mumble-voip/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 13:24:10 +0300
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2016-11-09 13:24:10 +0300
commitd6f8fc48af11b9520c783fc1d980c2b8f1470681 (patch)
tree338b330264f48a924d4e07e5beab73e5ccc547f4
parent9381bf33029740f7ad0d464031c383e54cd1dbfb (diff)
Remove a NOMINMAX macro which has been useless for years.
-rw-r--r--src/buffer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c82974a..2059332 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -29,9 +29,6 @@
#ifndef STRICT
#define STRICT
#endif
-#ifndef NOMINMAX
-#define NOMINMAX
-#endif
#define _WIN32_WINNT 0x0501
#include <windows.h>
#include "buffer.h"