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:
-rw-r--r--src/buffer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index b191ece..c82974a 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -26,8 +26,12 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef STRICT
#define STRICT
+#endif
+#ifndef NOMINMAX
#define NOMINMAX
+#endif
#define _WIN32_WINNT 0x0501
#include <windows.h>
#include "buffer.h"