ok.  please go ahead and apply.

Thanks
Kai
Am 22.04.2016 16:11 schrieb "Hugo Beauzée-Luyssen" <h...@beauzee.fr>:

> ---
>  mingw-w64-headers/include/libloaderapi.h | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/mingw-w64-headers/include/libloaderapi.h
> b/mingw-w64-headers/include/libloaderapi.h
> index 765a63f..e26b3d7 100755
> --- a/mingw-w64-headers/include/libloaderapi.h
> +++ b/mingw-w64-headers/include/libloaderapi.h
> @@ -80,8 +80,6 @@ extern "C" {
>    WINBASEAPI HRSRC WINAPI FindResourceExW (HMODULE hModule, LPCWSTR
> lpType, LPCWSTR lpName, WORD wLanguage);
>    WINBASEAPI DECLSPEC_NORETURN VOID WINAPI FreeLibraryAndExitThread
> (HMODULE hLibModule, DWORD dwExitCode);
>    WINBASEAPI WINBOOL WINAPI FreeResource (HGLOBAL hResData);
> -  WINBASEAPI DWORD WINAPI GetModuleFileNameA (HMODULE hModule, LPSTR
> lpFilename, DWORD nSize);
> -  WINBASEAPI DWORD WINAPI GetModuleFileNameW (HMODULE hModule, LPWSTR
> lpFilename, DWORD nSize);
>    WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName);
>    WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR lpModuleName);
>    WINBASEAPI HMODULE WINAPI LoadLibraryExA (LPCSTR lpLibFileName, HANDLE
> hFile, DWORD dwFlags);
> @@ -105,7 +103,6 @@ extern "C" {
>  #endif
>
>  #define LoadString __MINGW_NAME_AW(LoadString)
> -#define GetModuleFileName __MINGW_NAME_AW(GetModuleFileName)
>  #define GetModuleHandle __MINGW_NAME_AW(GetModuleHandle)
>  #define LoadLibraryEx __MINGW_NAME_AW(LoadLibraryEx)
>
> @@ -142,6 +139,10 @@ WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR
> lpModuleName);
>  #endif
>  #endif
>
> +WINBASEAPI DWORD WINAPI GetModuleFileNameA (HMODULE hModule, LPSTR
> lpFilename, DWORD nSize);
> +WINBASEAPI DWORD WINAPI GetModuleFileNameW (HMODULE hModule, LPWSTR
> lpFilename, DWORD nSize);
> +#define GetModuleFileName __MINGW_NAME_AW(GetModuleFileName)
> +
>  #ifdef __cplusplus
>  }
>  #endif
> --
> 2.8.0.rc3
>
>
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to