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
Gabriela Bittencourt
purr-data
Commits
6198bf62
Commit
6198bf62
authored
Sep 03, 2020
by
Albert Gräf
Committed by
Albert Gräf
Sep 09, 2020
Browse files
mingw64 fixes: lyonpotpourri (m_pd.h).
parent
9e0da7d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/lyonpotpourri/m_pd.h
View file @
6198bf62
...
...
@@ -81,8 +81,12 @@ typedef unsigned __int64 uint64_t;
/* signed and unsigned integer types the size of a pointer: */
#if !defined(PD_LONGINTTYPE)
#if defined(_WIN32) && defined(_WIN64)
#define PD_LONGINTTYPE long long
#else
#define PD_LONGINTTYPE long
#endif
#endif
#if !defined(PD_FLOATSIZE)
/* normally, our floats (t_float, t_sample,...) are 32bit */
...
...
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