log include/SDL_config_win32.h @ 4874:8288636b861d

age author description
Sun, 29 Aug 2010 16:55:58 -0700 Sam Lantinga Compiling in atan()/atan2() implementation on Visual Studio 2008.
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Fri, 29 Feb 2008 13:55:44 +0000 Sam Lantinga * Added configure option --enable-screensaver, to allow enabling the screensaver by default. SDL-1.2
Thu, 21 Jun 2007 18:48:13 +0000 Ryan C. Gordon Whoops, fixed previous VC6 support patch. SDL-1.2
Thu, 21 Jun 2007 18:20:59 +0000 Ryan C. Gordon Fixes for Visual C++ 6.0 with and without the Processor Pack. SDL-1.2
Mon, 12 Feb 2007 11:45:18 +0000 Ryan C. Gordon Digital Mars has stdint.h, so use the header on Windows with that compiler. SDL-1.2
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Wed, 13 Jan 2010 08:06:32 +0000 Sam Lantinga Allow configure to override assertion settings, but by default this comes from the build optimization level.
Wed, 13 Jan 2010 07:25:28 +0000 Sam Lantinga The config sets the default assertion level so people can override it for their own use in application code.
Wed, 13 Jan 2010 06:47:17 +0000 Sam Lantinga First pass at Ryan's assertion code, minor tweaks to come.
Tue, 15 Dec 2009 20:14:50 +0000 Sam Lantinga Fixed bug #815
Sat, 05 Sep 2009 09:11:03 +0000 Sam Lantinga CD-ROM support is so passé :)
Sun, 02 Aug 2009 12:54:59 +0000 Sam Lantinga Better check which includes #define used in stdint.h
Sun, 02 Aug 2009 12:45:20 +0000 Sam Lantinga Don't redefine types if HAVE_STDINT_H is defined
Tue, 09 Jun 2009 17:33:44 +0000 Bob Pendleton First commit for SDL atomic operations.
Sun, 07 Jun 2009 06:06:35 +0000 Ryan C. Gordon Initial work on power subsystem for SDL 1.3.
Mon, 12 Jan 2009 08:46:28 +0000 Sam Lantinga Fixed Visual C++ build
Sat, 10 Jan 2009 18:32:24 +0000 Sam Lantinga Fixed Visual C++ release build for Visual C++ 2005
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Sun, 31 Aug 2008 16:03:55 +0000 Sam Lantinga indent
Tue, 26 Aug 2008 11:40:37 +0000 Edgar Simo Changed spaces to tabs.
Mon, 25 Aug 2008 09:55:03 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Thu, 31 Jul 2008 11:10:52 +0000 Edgar Simo Configure should try to use haptic on windows with directinput. gsoc2008_force_feedback
Mon, 28 Jul 2008 10:26:21 +0000 Edgar Simo Put haptic defines in SDL_configs, patch by Alam. gsoc2008_force_feedback
Fri, 29 Jun 2007 11:08:53 +0000 Ryan C. Gordon Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay
Thu, 21 Jun 2007 18:50:00 +0000 Ryan C. Gordon Fixed previous VC6 patch.
Thu, 21 Jun 2007 18:21:49 +0000 Ryan C. Gordon Merged r3094:3095 from branches/SDL-1.2: Visual C++ 6.0 fixes.
Mon, 12 Feb 2007 11:46:08 +0000 Ryan C. Gordon Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.