summaryrefslogtreecommitdiff
path: root/src/core/windows/SDL_windows.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-10-31Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga1-0/+4
--HG-- rename : src/libm/math.h => src/libm/math_libm.h
2011-10-26Don't bother checking S_OK here, it'll work in falling through.Ryan C. Gordon1-2/+3
2011-08-04Removed some Windows endlines.Ryan C. Gordon1-1/+1
2011-08-03Cleaned up CoInitialize() politics on Windows.Ryan C. Gordon1-0/+21
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-01-24Include windows.h in a single point in the source, so we can be consistent ↵Sam Lantinga1-0/+41
about the definition of UNICODE and have core utility functions for Windows that all modules can share. I think this also fixes the bug relating to non-latin characters in filenames, since UNICODE wasn't defined in SDL_rwops.c --HG-- rename : src/SDL_android.cpp => src/core/android/SDL_android.cpp rename : src/SDL_android.h => src/core/android/SDL_android.h