Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
4klang-linux
Commits
6497bd16
Commit
6497bd16
authored
May 17, 2019
by
PoroCYon
Browse files
[clinkster] WIN32 -> _WIN32
parent
879e7024
Changes
1
Hide whitespace changes
Inline
Side-by-side
clinkster/Clinkster/player/clinkster.h
View file @
6497bd16
...
@@ -5,7 +5,7 @@ struct sample {
...
@@ -5,7 +5,7 @@ struct sample {
short
left
,
right
;
short
left
,
right
;
};
};
#ifndef WIN32
#ifndef
_
WIN32
#define __stdcall
#define __stdcall
#endif
#endif
...
@@ -17,7 +17,7 @@ extern "C" {
...
@@ -17,7 +17,7 @@ extern "C" {
// and Clinkster_StartMusic can be called.
// and Clinkster_StartMusic can be called.
void
__stdcall
Clinkster_GenerateMusic
();
void
__stdcall
Clinkster_GenerateMusic
();
#ifdef WIN32
#ifdef
_
WIN32
// Play the music
// Play the music
void
__stdcall
Clinkster_StartMusic
();
void
__stdcall
Clinkster_StartMusic
();
...
...
Write
Preview
Markdown
is supported
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