kernel32: New flags added to LoadLibraryEx

Mariusz Pluciński vshader at gmail.com
Mon Sep 13 06:39:31 CDT 2010


New flags for LoadLibraryEx appeared in newer Windows versions.
This patchs adds declaration of them and displays FIXME when one of them 
is used (for debugging purposes).

(flag LOAD_LIBRARY_REQUIRE_SIGNED_TARGET is not described in MSDN, but 
exists in sdk)
---
  dlls/kernel32/module.c |    8 ++++++++
  include/winbase.h      |   10 +++++++---
  2 files changed, 15 insertions(+), 3 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-kernel32-New-flags-added-to-LoadLibraryEx.patch
Type: text/x-patch
Size: 1697 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100913/5e71e804/attachment.bin>


More information about the wine-patches mailing list