Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
f98d8042
Commit
f98d8042
authored
Jan 25, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only include windows.h on Windows. :)
parent
b4497865
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
SDL_spinlock.c
src/atomic/SDL_spinlock.c
+2
-0
No files found.
src/atomic/SDL_spinlock.c
View file @
f98d8042
...
@@ -25,7 +25,9 @@
...
@@ -25,7 +25,9 @@
#include "SDL_timer.h"
#include "SDL_timer.h"
/* Don't do the check for Visual Studio 2005, it's safe here */
/* Don't do the check for Visual Studio 2005, it's safe here */
#ifdef __WIN32__
#include "../core/windows/SDL_windows.h"
#include "../core/windows/SDL_windows.h"
#endif
/* This function is where all the magic happens... */
/* This function is where all the magic happens... */
SDL_bool
SDL_bool
...
...
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