0ad/source/lib/sysdep/os/win
leper 217a500d60 Add missing license headers. Fixes #3357.
This was SVN commit r16903.
2015-07-31 11:28:14 +00:00
..
aken sync with work: 2011-12-27 14:12:31 +00:00
tests Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
whrt Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
wposix Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
comctl6.manifest
error_dialog.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
error_dialog.rc
icon.rc
mahaf.cpp Fix warnings 2012-01-04 13:19:38 +00:00
mahaf.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
manifest.cpp Deletes unused bundled MSVC runtime libs for old 2005 and 2008 versions. 2015-01-23 03:21:48 +00:00
manifest.rc
wclipboard.cpp add support for selection and deletion of entire words in text controls (ctrl+backspace/delete/left/right) based on patch by Chakakhan/kenny (thanks!) 2011-06-23 10:12:43 +00:00
wcpu.cpp Disables checks in os_cpu_LargePageSize Windows implementation, since they failed on Vista SP2 with old Xeon CPU, fixes #2346 2014-02-04 22:30:29 +00:00
wcpu.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wcursor.cpp Fixes inconsistencies in spelling of colour/color by preferring "color" (only wxWidgets remains with some API that requires "colour"), fixes #1029. 2015-03-15 23:59:48 +00:00
wdbg.cpp Fix Windows build 2015-02-14 02:22:22 +00:00
wdbg.h split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
wdbg_heap.cpp post-alpha sync with work. 2011-07-18 09:21:56 +00:00
wdbg_heap.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wdbg_sym.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
wdbg_sym.h post-alpha sync with work. 2011-07-18 09:21:56 +00:00
wdir_watch.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
wdll_delay_load.cpp Fixes macro redefinition of FACILITY_VISUALCPP in VC2012 (it's defined in winerror.h). 2013-05-28 01:14:41 +00:00
wdll_delay_load.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wdll_main.h Add missing license headers. Fixes #3357. 2015-07-31 11:28:14 +00:00
wdll_ver.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wdll_ver.h refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary 2011-03-23 14:43:35 +00:00
wfirmware.cpp Add missing license headers. Fixes #3357. 2015-07-31 11:28:14 +00:00
wfirmware.h Add missing license headers. Fixes #3357. 2015-07-31 11:28:14 +00:00
wgfx.cpp add support for retrieving all WMI class instances (required for detecting multiple graphics and sound cards) 2011-10-13 18:53:59 +00:00
wgfx.h refactor gfx detection code (interface), allow exporting from DLL (required at work) 2011-05-24 14:17:47 +00:00
wgl.h wgl compile fix: add types required by new wglext.h 2011-02-19 18:00:09 +00:00
win.h remove no longer necessary lowlevel wsock implementation (superseded by enet) since the delay load hook isn't compatible with a DLL packaging of enet. 2011-05-29 19:59:51 +00:00
winit.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
winit.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wiocp.cpp Add missing license headers. Fixes #3357. 2015-07-31 11:28:14 +00:00
wiocp.h Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
wmi.cpp Fix some MSVC static analysis warnings 2011-12-29 02:06:09 +00:00
wmi.h add support for retrieving all WMI class instances (required for detecting multiple graphics and sound cards) 2011-10-13 18:53:59 +00:00
wnuma.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
wprofiler.cpp ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
wseh.cpp post-alpha sync with work. 2011-07-18 09:21:56 +00:00
wseh.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wsnd.cpp add file notification to Mac ticket 514, also change name of class FileInfo to CFileInfo to ease Mac development 2013-09-10 14:17:04 +00:00
wsnd.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
wstartup.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wstartup.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wsysdep.cpp increase size of error message buffer, don't complain about "invalid image hash" (known issue with aken.sys on Win7 x86). 2011-12-29 20:15:47 +00:00
wutil.cpp Adds debug output to display return code of failing SHGetFolderPathW, refs #3267 2015-05-27 02:02:32 +00:00
wutil.h Updates data paths on OS X and Windows. On OS X only write to locations inside ~/Library. On Windows make the distinction between local and roaming appdata, and use folder inside My Documents for user-created data. Fixes #1145. 2012-03-22 00:23:31 +00:00
wversion.cpp Updates Windows version strings for 8.1 and 10 (technical preview) 2014-10-14 21:37:19 +00:00
wversion.h Updates Windows version strings for 8.1 and 10 (technical preview) 2014-10-14 21:37:19 +00:00
wvm.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00