src/atomic/win32/SDL_atomic.c -- #include "Windows.h"?

I cross compiled the library on linux…(just pulled a 1.3 svn)

in src/atomic/win32/SDL_atomic.c it barfed

This change seems to make sense

: leisner at gateway 10:03:06;rcsdiff -u src/atomic/win32/SDL_atomic.c===================================================================
RCS file: src/atomic/win32/SDL_atomic.c,v
retrieving revision 1.1
diff -u -r1.1 src/atomic/win32/SDL_atomic.c
— src/atomic/win32/SDL_atomic.c 2009/12/13 03:01:07 1.1
+++ src/atomic/win32/SDL_atomic.c 2009/12/13 03:01:31
@@ -26,7 +26,7 @@
#include “SDL_atomic.h”

#include “SDL_error.h”
-#include “Windows.h”
+#include <windows.h>

/*
This file provides 32, and 64 bit atomic operations. If the

marty

Yep, thanks!On Sat, Dec 12, 2009 at 7:11 PM, Marty Leisner wrote:

I cross compiled the library on linux…(just pulled a 1.3 svn)

in src/atomic/win32/SDL_atomic.c it barfed

This change seems to make sense

: leisner at gateway 10:03:06;rcsdiff -u src/atomic/win32/SDL_atomic.c

RCS file: src/atomic/win32/SDL_atomic.c,v
retrieving revision 1.1
diff -u -r1.1 src/atomic/win32/SDL_atomic.c
— src/atomic/win32/SDL_atomic.c ? ? ? 2009/12/13 03:01:07 ? ? 1.1
+++ src/atomic/win32/SDL_atomic.c ? ? ? 2009/12/13 03:01:31
@@ -26,7 +26,7 @@
?#include “SDL_atomic.h”

?#include “SDL_error.h”
-#include “Windows.h”
+#include <windows.h>

?/*
? This file provides 32, and 64 bit atomic operations. If the

marty


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC