No description
Find a file
Sam Lantinga 48811d2378 Fixed bug #943
Ozkan Sezer      2010-02-06 12:31:06 PST

Hi:

Here are some small fixes for compiling SDL against mingw-w64.
(see http://mingw-w64.sourceforge.net/ .  Despite the name, it
supports both win32 and win64.)  Two patches, one for SDL-1.2
and one for SDL-1.3 attached.

src/audio/windx5/directx.h and src/video/windx5/directx.h (both
SDL-1.2 and SDL-1.3.)  I get compilation errors about some union
not having a member named u1 and alike, because of other system
headers being included before this one and them already defining
DUMMYUNIONNAME and stuff. This header probably assumes that those
stuff are defined in windef.h, but mingw-w64 headers define them
in _mingw.h. Easily fixed by moving NONAMELESSUNION definition to
the top of the file.  SDL_dx5yuv.c (SDL-1.2-only) also needs to
include the header before SDL_video.h to avoid the same problem.

src/thread/win32/SDL_systhread.c (both SDL-1.2 and SDL-1.3.) :
The __GNUC__ case for pfnSDL_CurrentBeginThread is 32-bit centric
because _beginthreadex returns uintptr_t, not unsigned long which
is 32 bits in win64. Changing the return type to uintptr_t fixes
it.

Hope these are useful. Thanks.

--HG--
branch : SDL-1.2
2010-03-10 15:04:13 +00:00
acinclude Updated libtool to version 2.2.6a 2009-10-04 22:31:25 +00:00
build-scripts Reverted accidental commit. 2010-01-17 05:19:32 +00:00
docs Fixed bug #838 2009-10-10 10:15:35 +00:00
include Disable m68k assembly for Coldfire CPUs 2009-11-06 18:06:01 +00:00
src Fixed bug #943 2010-03-10 15:04:13 +00:00
test Added keyboard output for debugging bug #659 2009-09-28 07:04:25 +00:00
.hgignore Added .hgignore file for 1.2 branch. 2010-02-28 02:19:04 -05:00
autogen.sh Split acinclude.m4 into its constituent parts for easy upgrading 2009-10-04 20:31:21 +00:00
Borland.html *** empty log message *** 2003-07-01 01:18:27 +00:00
Borland.zip *** empty log message *** 2003-07-01 01:18:27 +00:00
BUGS Removed the contents of the BUGS file, as most (all?) of the issues were 2007-02-14 10:40:24 +00:00
configure.in Fixed bug #895 2009-12-11 15:14:13 +00:00
COPYING This library is now available under the LGPL 2.1, the major change of which 2006-01-30 14:27:56 +00:00
CREDITS Added credits for the PS3 code 2009-04-02 04:09:40 +00:00
CWprojects.sea.bin Updated MacOS Classic version, added version resource to MPW build. 2007-12-31 03:04:31 +00:00
docs.html Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11. 2009-10-10 15:06:04 +00:00
INSTALL Date: Tue, 2 Mar 2004 11:34:54 +0100 2004-03-02 13:01:02 +00:00
Makefile.dc Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST) 2006-06-20 06:39:01 +00:00
Makefile.ds Added initial support for Nintendo DS, based on the work by Troy Davis (GPF) 2007-06-25 00:50:20 +00:00
Makefile.in Remove sdl.pc during "make uninstall" 2009-10-08 09:02:03 +00:00
Makefile.minimal Fixed bug #171 2006-03-23 21:28:33 +00:00
MPWmake.sea.bin Updated MacOS Classic version, added version resource to MPW build. 2007-12-31 03:04:31 +00:00
README Added initial support for Nintendo DS, based on the work by Troy Davis (GPF) 2007-06-25 00:50:20 +00:00
README-SDL.txt Initial revision 2001-04-26 16:45:43 +00:00
README.AmigaOS Removed broken AmigaOS support. 2006-10-29 03:58:27 +00:00
README.BeOS Added a reminder on where to put libSDL.so 2006-02-18 07:21:42 +00:00
README.CVS Info on Subversion repository access. 2006-04-26 23:17:39 +00:00
README.DC *** empty log message *** 2006-03-02 13:26:24 +00:00
README.HG Replaced README.SVN with Mercurial information, for 1.2 branch. 2010-02-28 23:45:02 -08:00
README.MacOS Date: Sat, 8 Sep 2001 04:42:23 +0200 2001-09-11 19:00:18 +00:00
README.MacOSX Added information about gcc-fat.sh to README.MacOSX 2006-05-16 07:26:48 +00:00
README.MiNT Add a note for experimental Milan support. 2009-10-13 18:14:13 +00:00
README.NanoX Date: Sat, 24 Aug 2002 22:20:01 -0600 2002-08-25 06:21:49 +00:00
README.NDS Added initial support for Nintendo DS, based on the work by Troy Davis (GPF) 2007-06-25 00:50:20 +00:00
README.OS2 Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dll 2006-05-17 18:57:04 +00:00
README.PicoGUI Added initial support for PicoGUI (thanks Micah!) 2002-08-01 23:24:13 +00:00
README.Porting Added documentation on how to build a completely useless SDL library. :) 2006-03-08 08:30:17 +00:00
README.PS3 Hello. 2009-04-02 04:06:55 +00:00
README.QNX Date: Sat, 24 Apr 2004 15:13:32 +0300 2004-05-06 15:55:06 +00:00
README.Qtopia Added a README for Qtopia 2002-06-01 18:43:51 +00:00
README.RISCOS Update from Alan Buckley 2006-02-06 08:47:44 +00:00
README.Symbian Minor updates to the Symbian/S60 port, plus project files that weren't 2007-07-05 04:51:09 +00:00
README.Watcom ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] ------- 2006-06-26 01:33:53 +00:00
README.WinCE Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode, 2006-01-19 08:43:00 +00:00
README.wscons To: sdl@libsdl.org 2005-11-22 15:19:50 +00:00
sdl-config.in Date: Sat, 31 Mar 2007 16:39:52 +0200 2007-04-01 03:27:45 +00:00
sdl.m4 Damien Carbery fixed bug #542 2008-01-24 15:50:20 +00:00
sdl.pc.in Fixed bug #531 2008-01-01 15:23:59 +00:00
SDL.qpg.in Date: Fri, 18 Feb 2005 07:58:00 +0200 2006-01-29 09:19:55 +00:00
SDL.spec.in Date: Sat, 31 Mar 2007 16:39:52 +0200 2007-04-01 03:27:45 +00:00
symbian.zip Minor updates to the Symbian/S60 port, plus project files that weren't 2007-07-05 04:51:09 +00:00
TODO Fixes bug #195: 2006-04-13 13:08:26 +00:00
VisualC.html Added note about SDL_config.h 2007-07-12 05:30:17 +00:00
VisualC.zip Updated the version to 1.2.14 for the next release. 2009-09-21 07:28:03 +00:00
VisualCE.zip Patch from Dmitry Yakimov to fix building on WinCE 2006-05-03 04:11:38 +00:00
Watcom-OS2.zip Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dll 2006-05-17 18:57:04 +00:00
Watcom-Win32.zip ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] ------- 2006-06-26 01:33:53 +00:00
WhatsNew Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11. 2009-10-10 15:06:04 +00:00
Xcode.tar.gz Readded Xcode.tar.gz to the Mercurial repository. 2010-02-28 00:31:38 -05:00

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 1.2

---
http://www.libsdl.org/

This is the Simple DirectMedia Layer, a general API that provides low
level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
and 2D framebuffer across multiple platforms.

The current version supports Linux, Windows CE/95/98/ME/XP/Vista, BeOS,
MacOS Classic, Mac OS X, FreeBSD, NetBSD, OpenBSD, BSD/OS, Solaris, IRIX,
and QNX.  The code contains support for Dreamcast, Atari, AIX, OSF/Tru64,
RISC OS, SymbianOS, Nintendo DS, and OS/2, but these are not officially
supported.

SDL is written in C, but works with C++ natively, and has bindings to
several other languages, including Ada, C#, Eiffel, Erlang, Euphoria,
Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP,
Pike, Pliant, Python, Ruby, and Smalltalk.

This library is distributed under GNU LGPL version 2, which can be
found in the file  "COPYING".  This license allows you to use SDL
freely in commercial programs as long as you link with the dynamic
library.

The best way to learn how to use SDL is to check out the header files in
the "include" subdirectory and the programs in the "test" subdirectory.
The header files and test programs are well commented and always up to date.
More documentation is available in HTML format in "docs/index.html", and
a documentation wiki is available online at:
	http://www.libsdl.org/cgi/docwiki.cgi

The test programs in the "test" subdirectory are in the public domain.

Frequently asked questions are answered online:
	http://www.libsdl.org/faq.php

If you need help with the library, or just want to discuss SDL related
issues, you can join the developers mailing list:
	http://www.libsdl.org/mailing-list.php

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)