log include/SDL_config_win32.h @ 3984:b74530a1dad6 SDL-1.2

age author description
2007-06-21 Ryan C. Gordon Whoops, fixed previous VC6 support patch. SDL-1.2
2007-06-21 Ryan C. Gordon Fixes for Visual C++ 6.0 with and without the Processor Pack. SDL-1.2
2007-02-12 Ryan C. Gordon Digital Mars has stdint.h, so use the header on Windows with that compiler. SDL-1.2
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-13 Sam Lantinga Allow configure to override assertion settings, but by default this comes from the build optimization level.
2010-01-13 Sam Lantinga The config sets the default assertion level so people can override it for their own use in application code.
2010-01-13 Sam Lantinga First pass at Ryan's assertion code, minor tweaks to come.
2009-12-15 Sam Lantinga Fixed bug #815
2009-09-05 Sam Lantinga CD-ROM support is so passé :)
2009-08-02 Sam Lantinga Better check which includes #define used in stdint.h
2009-08-02 Sam Lantinga Don't redefine types if HAVE_STDINT_H is defined
2009-06-09 Bob Pendleton First commit for SDL atomic operations.
2009-06-07 Ryan C. Gordon Initial work on power subsystem for SDL 1.3.
2009-01-12 Sam Lantinga Fixed Visual C++ build
2009-01-10 Sam Lantinga Fixed Visual C++ release build for Visual C++ 2005
2008-12-08 Sam Lantinga Updated copyright date
2008-08-31 Sam Lantinga indent
2008-08-26 Edgar Simo Changed spaces to tabs.
2008-08-25 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-07-31 Edgar Simo Configure should try to use haptic on windows with directinput. gsoc2008_force_feedback
2008-07-28 Edgar Simo Put haptic defines in SDL_configs, patch by Alam. gsoc2008_force_feedback
2007-06-29 Ryan C. Gordon Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay
2007-06-21 Ryan C. Gordon Fixed previous VC6 patch.
2007-06-21 Ryan C. Gordon Merged r3094:3095 from branches/SDL-1.2: Visual C++ 6.0 fixes.
2007-02-12 Ryan C. Gordon Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.
2006-11-11 Ryan C. Gordon Fixed building of Windows waveout audio.
2006-07-14 Sam Lantinga More of the Direct3D renderer is implemented, I'm not sure why it's not showing texture copies yet...
2006-07-13 Sam Lantinga Removed libc dependency on Windows again, to fix building with Visual C++ 2005 Express Edition.
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-06-25 Sam Lantinga (none)
2006-06-25 Sam Lantinga Fixed including stdint.h with gcc on Win32
2006-05-21 Sam Lantinga Moved DirectInput joystick code to 1.3 branch
2006-05-21 Sam Lantinga Closed bug #74
2006-07-08 Sam Lantinga Starting support for Direct3D render driver. SDL-1.3
2006-06-30 Sam Lantinga Cleaned up a bunch of warnings, started adding Win32 event support SDL-1.3
2006-06-25 Sam Lantinga Merged gcc on win32 fix from SDL 1.2 SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-05-21 Sam Lantinga Moved DirectInput joystick code to 1.3 branch SDL-1.3
2006-05-01 Sam Lantinga glSDL support SDL-1.3
2006-04-13 Sam Lantinga Fixed bug #176
2006-03-23 Sam Lantinga A less rude way of doing the same thing...
2006-03-23 Sam Lantinga These files should be included from SDL_config.h (so they get SDL_platform.h)
2006-03-14 Sam Lantinga By default all the real targets have dummy audio/video and disk audio.
2006-03-14 Ryan C. Gordon Implemented dummy audio driver.
2006-03-13 Sam Lantinga Added _strnicmp support
2006-03-13 Sam Lantinga Win32 fixes
2006-03-11 Sam Lantinga Fixes from Dmitry Yakimov:
2006-03-07 Sam Lantinga More Win64 updates
2006-03-06 Sam Lantinga Whoops, built without libC support - doh!
2006-03-06 Sam Lantinga Enabled libc support on Win32, so we don't break binary compatibility in 1.2
2006-03-06 Sam Lantinga Fixed declarations to match mingw includes
2006-03-04 Sam Lantinga Updated WinCE support by Dmitry (with some tweaks)
2006-02-24 Sam Lantinga Update for Visual C++ 6.0
2006-02-24 Sam Lantinga Updated for Visual Studio Express 2005
2006-02-24 Sam Lantinga Added pre-configured versions of SDL_config.h for various platforms