Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ca0503d3
Commit
ca0503d3
authored
Apr 21, 2009
by
Christian Costa
Committed by
Alexandre Julliard
Apr 22, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mciqtz32: Remove all remaining tabs.
parent
8dc455bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
mciqtz.c
dlls/mciqtz32/mciqtz.c
+6
-6
No files found.
dlls/mciqtz32/mciqtz.c
View file @
ca0503d3
...
...
@@ -34,21 +34,21 @@ static DWORD MCIQTZ_mciClose(UINT, DWORD, LPMCI_GENERIC_PARMS);
static
DWORD
MCIQTZ_mciStop
(
UINT
,
DWORD
,
LPMCI_GENERIC_PARMS
);
/*======================================================================*
*
MCI QTZ implementation
*
*
MCI QTZ implementation
*
*======================================================================*/
HINSTANCE
MCIQTZ_hInstance
=
0
;
/***********************************************************************
*
DllMain (MCIQTZ.0)
*
DllMain (MCIQTZ.0)
*/
BOOL
WINAPI
DllMain
(
HINSTANCE
hInstDLL
,
DWORD
fdwReason
,
LPVOID
fImpLoad
)
{
switch
(
fdwReason
)
{
case
DLL_PROCESS_ATTACH
:
DisableThreadLibraryCalls
(
hInstDLL
);
MCIQTZ_hInstance
=
hInstDLL
;
break
;
MCIQTZ_hInstance
=
hInstDLL
;
break
;
}
return
TRUE
;
}
...
...
@@ -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
,
LPARAM
dwParam1
,
LPARAM
dwParam2
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment