Skip to content
Snippets Groups Projects
Commit f1d341bc authored by Steve Lhomme's avatar Steve Lhomme
Browse files

access: wasapi: use the proper signature for DllMain

_DECL_DLLMAIN is needed to get the signature of DllMain. But depending
whether windows.h is included the signature differs (WINAPI, HANDLE, etc).
This is only the case in mingw-w64. In the Windows SDK there's only the
definition without the fancy types.

We need to include process.h before windows.h so we have the same definition
as the Windows SDK.
parent 9ca790a6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment