Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
72bbd415
Commit
72bbd415
authored
Mar 16, 2008
by
Miller Puckette
Browse files
bonk~ compile fix for windows
parent
7df576b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
extra/bonk~/bonk~.c
View file @
72bbd415
...
...
@@ -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
...
...
src/m_pd.h
View file @
72bbd415
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment