Commit ca0503d3 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

mciqtz32: Remove all remaining tabs.

parent 8dc455bc
...@@ -34,21 +34,21 @@ static DWORD MCIQTZ_mciClose(UINT, DWORD, LPMCI_GENERIC_PARMS); ...@@ -34,21 +34,21 @@ static DWORD MCIQTZ_mciClose(UINT, DWORD, LPMCI_GENERIC_PARMS);
static DWORD MCIQTZ_mciStop(UINT, DWORD, LPMCI_GENERIC_PARMS); static DWORD MCIQTZ_mciStop(UINT, DWORD, LPMCI_GENERIC_PARMS);
/*======================================================================* /*======================================================================*
* MCI QTZ implementation * * MCI QTZ implementation *
*======================================================================*/ *======================================================================*/
HINSTANCE MCIQTZ_hInstance = 0; HINSTANCE MCIQTZ_hInstance = 0;
/*********************************************************************** /***********************************************************************
* DllMain (MCIQTZ.0) * DllMain (MCIQTZ.0)
*/ */
BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID fImpLoad) BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID fImpLoad)
{ {
switch (fdwReason) { switch (fdwReason) {
case DLL_PROCESS_ATTACH: case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls(hInstDLL); DisableThreadLibraryCalls(hInstDLL);
MCIQTZ_hInstance = hInstDLL; MCIQTZ_hInstance = hInstDLL;
break; break;
} }
return TRUE; return TRUE;
} }
...@@ -415,11 +415,11 @@ static DWORD MCIQTZ_mciStatus(UINT wDevID, DWORD dwFlags, LPMCI_DGV_STATUS_PARMS ...@@ -415,11 +415,11 @@ static DWORD MCIQTZ_mciStatus(UINT wDevID, DWORD dwFlags, LPMCI_DGV_STATUS_PARMS
} }
/*======================================================================* /*======================================================================*
* MCI QTZ entry points * * MCI QTZ entry points *
*======================================================================*/ *======================================================================*/
/************************************************************************** /**************************************************************************
* DriverProc (MCIQTZ.@) * DriverProc (MCIQTZ.@)
*/ */
LRESULT CALLBACK MCIQTZ_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg, LRESULT CALLBACK MCIQTZ_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg,
LPARAM dwParam1, LPARAM dwParam2) LPARAM dwParam1, LPARAM dwParam2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment