This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug #1097
There are problems with including intrin.h in C linkage in C++ compilation, and further conflicts between intrin.h and winnt.h on Visual Studio 2005.
- Loading branch information
Showing
with
12 additions
and 2 deletions.
- +8 −2 include/SDL_atomic.h
- +4 −0 src/atomic/SDL_spinlock.c