mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=26090
This commit is contained in:
parent
7a7a27ca44
commit
15fc32b041
1 changed files with 2 additions and 2 deletions
|
@ -44,11 +44,11 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(sensapi);
|
||||
|
||||
HMODULE SENSAPI_hModule = 0;
|
||||
static HMODULE SENSAPI_hModule;
|
||||
|
||||
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
TRACE("%p,%lx,%p\n", hinstDLL, fdwReason, lpvReserved);
|
||||
TRACE("%p,%x,%p\n", hinstDLL, fdwReason, lpvReserved);
|
||||
|
||||
switch (fdwReason) {
|
||||
case DLL_PROCESS_ATTACH:
|
||||
|
|
Loading…
Reference in a new issue