added windows build/release scripts
This commit is contained in:
@ -36,6 +36,8 @@
|
||||
#ifndef WDL_HEAPBUF_IMPL_ONLY
|
||||
|
||||
#ifdef WDL_HEAPBUF_TRACE
|
||||
#define NOGDI
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
#define WDL_HEAPBUF_TRACEPARM(x) ,(x)
|
||||
#else
|
||||
|
@ -30,6 +30,9 @@ typedef unsigned long long WDL_UINT64;
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
// hacks so it builds with juce
|
||||
#define NOGDI
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
|
Reference in New Issue
Block a user