| .. |
|
aken
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
tests
|
Fix triggering of "buffer too small" error during some stack dumps.
|
2010-05-09 19:52:13 +00:00 |
|
whrt
|
more ACPI fixes (acpi_Init removed => callers must be prepared for acpi_GetTable to return 0)
|
2010-07-10 17:42:54 +00:00 |
|
wposix
|
fixes+improvements from work (overhaul wutil, add convenience macros for DLL imports)
|
2010-07-08 10:18:42 +00:00 |
|
comctl6.manifest
|
premake: detect processor architecture from script
|
2008-06-30 17:34:18 +00:00 |
|
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
|
premake: detect processor architecture from script
|
2008-06-30 17:34:18 +00:00 |
|
icon.rc
|
fix a few remnants of the previous sysdep/win folder location, including a relative path in icon.rc
|
2008-06-30 18:19:14 +00:00 |
|
mahaf.cpp
|
lib/ changes required at work:
|
2010-04-03 10:46:28 +00:00 |
|
mahaf.h
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
manifest.cpp
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
manifest.rc
|
premake: detect processor architecture from script
|
2008-06-30 17:34:18 +00:00 |
|
wacpi.cpp
|
fix: wasn't checking function pointers => crash on older windows versions
|
2010-07-08 21:07:46 +00:00 |
|
wacpi.h
|
enable use of ACPI without the mahaf driver (required for NUMA SRAT access at work). also use new DLL import macros.
|
2010-07-08 10:33:38 +00:00 |
|
wclipboard.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 |
|
wcpu.cpp
|
enable use of ACPI without the mahaf driver (required for NUMA SRAT access at work). also use new DLL import macros.
|
2010-07-08 10:33:38 +00:00 |
|
wcpu.h
|
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 |
|
wcursor.cpp
|
Add basic help page into the main menu.
|
2010-07-07 21:47:31 +00:00 |
|
wdbg.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 |
|
wdbg.h
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
wdbg_heap.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 |
|
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
|
warning fixes
|
2010-07-08 10:58:24 +00:00 |
|
wdbg_sym.h
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
wdir_watch.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 |
|
wdll_delay_load.cpp
|
lib/ changes required at work:
|
2010-04-03 10:46:28 +00:00 |
|
wdll_delay_load.h
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
wdll_ver.cpp
|
sync with work (add IO callbacks, export wsdl functions, avoid error in ReadVersionString)
|
2010-06-14 12:09:49 +00:00 |
|
wdll_ver.h
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
wgfx.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 |
|
wgfx.h
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
wgl.h
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
win.h
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
winit.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 |
|
winit.h
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
wmi.cpp
|
# low-level fixes and improvements
|
2010-06-23 16:17:25 +00:00 |
|
wmi.h
|
fixes/improvements from work
|
2010-05-03 12:27:39 +00:00 |
|
wnuma.cpp
|
enable use of ACPI without the mahaf driver (required for NUMA SRAT access at work). also use new DLL import macros.
|
2010-07-08 10:33:38 +00:00 |
|
wprintf.cpp
|
warning fixes
|
2010-07-08 10:58:24 +00:00 |
|
wprofiler.cpp
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +00:00 |
|
wsdl.cpp
|
Windows fixes
|
2010-07-07 22:23:18 +00:00 |
|
wsdl.h
|
less global variables: make most uses of g_VFS explicit (required for another app that has two VFSes), g_yres is no longer required by cursor module
|
2010-07-04 10:15:53 +00:00 |
|
wseh.cpp
|
fixes+improvements from work (overhaul wutil, add convenience macros for DLL imports)
|
2010-07-08 10:18:42 +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
|
enable use of ACPI without the mahaf driver (required for NUMA SRAT access at work). also use new DLL import macros.
|
2010-07-08 10:33:38 +00:00 |
|
wsnd.h
|
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
|
2010-02-08 16:23:39 +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
|
(vc2010) warning fixes
|
2010-07-10 18:24:02 +00:00 |
|
wutil.cpp
|
fixes+improvements from work (overhaul wutil, add convenience macros for DLL imports)
|
2010-07-08 10:18:42 +00:00 |
|
wutil.h
|
fixes+improvements from work (overhaul wutil, add convenience macros for DLL imports)
|
2010-07-08 10:18:42 +00:00 |