Sam Lantinga <slouken@libsdl.org> [Mon, 06 Oct 2003 08:34:08 +0000] rev 730
Use a unique base address for each DLL.
Fixed ltmain.sh for MSYS development environment.
Sam Lantinga <slouken@libsdl.org> [Mon, 06 Oct 2003 07:13:16 +0000] rev 729
Updated libtool support so Mingw32 builds work.
Ryan C. Gordon <icculus@icculus.org> [Fri, 03 Oct 2003 18:26:39 +0000] rev 728
MGA CRTC2 support for DirectFB target contributed by Thomas Jarosch.
Patrice Mandin <patmandin@gmail.com> [Wed, 01 Oct 2003 07:52:33 +0000] rev 727
Update MiNT CD-ROM driver
Ryan C. Gordon <icculus@icculus.org> [Tue, 30 Sep 2003 07:16:20 +0000] rev 726
SDL12: Disable screensaver in windib driver.
Sam Lantinga <slouken@libsdl.org> [Sun, 28 Sep 2003 18:31:07 +0000] rev 725
*** empty log message ***
Patrice Mandin <patmandin@gmail.com> [Sat, 27 Sep 2003 08:20:26 +0000] rev 724
Atari CD-ROM support
Patrice Mandin <patmandin@gmail.com> [Wed, 24 Sep 2003 21:45:27 +0000] rev 723
Files now copied to build directory instead of source directory while configuring
Sam Lantinga <slouken@libsdl.org> [Sun, 21 Sep 2003 19:25:45 +0000] rev 722
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 21 Sep 2003 18:40:51 +0000] rev 721
Date: Thu, 18 Sep 2003 14:24:35 -0400
From: Scott Watson
Subject: [SDL] Improper Windows message routine calling
If this hasn't been caught yet, there's an improper method of calling a
user's window message routine in the various SDL_xxevents.c files.
Calling it improperly can cause a crash under at least XP.