Skip to content
Snippets Groups Projects
Commit 72bbd415 authored by Miller Puckette's avatar Miller Puckette
Browse files

bonk~ compile fix for windows

parent 7df576b1
No related merge requests found
......@@ -11,7 +11,7 @@ IN CONNECTION WITH THIS SOFTWARE!
#include <stdio.h>
#ifdef NT
#pragma warning (disable: 4305 4244)
#pragma warning (disable: 4305 4244 4996)
#endif
#ifdef MSP
......
......@@ -10,7 +10,7 @@ extern "C" {
#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 41
#define PD_BUGFIX_VERSION 2
#define PD_BUGFIX_VERSION 3
#define PD_TEST_VERSION ""
/* old name for "MSW" flag -- we have to take it for the sake of many old
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment