[v2 0/5] kernel32: Support LIBRARY_SEARCH_* flags when loading dlls

Carlos Palminha CARLOS.PALMINHA at synopsys.com
Tue Aug 8 09:01:47 CDT 2017


Changelog:
v2:
 - Split the tests affecting different files
 - Tests checks for Win2003 cases

Carlos Palminha (5):
  kernel32: Add initial function to handle LIBRARY_SEARCH_* of dll path
  kernel32: Support for LIBRARY_SEARCH_SYSTEM32 when loading dlls
  kernel32: Support for LIBRARY_SEARCH_USER_DIRS when loading dlls
  kernel32/tests: Export func and struct for new LIBRARY_SEARCH tests
  kernel32/tests: Add tests for LoadLibrary with LIBRARY_SEARCH_* flags

 dlls/kernel32/kernel_private.h |   4 ++
 dlls/kernel32/module.c         |  90 ++++++++++++++++++++++++++++++++--
 dlls/kernel32/path.c           |   2 +-
 dlls/kernel32/tests/loader.c   |   4 +-
 dlls/kernel32/tests/module.c   | 107 ++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 200 insertions(+), 7 deletions(-)

-- 
2.11.0




More information about the wine-patches mailing list