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
bdc85b69
Commit
bdc85b69
authored
May 17, 2010
by
Michael Stefaniuc
Committed by
Alexandre Julliard
May 17, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvfw32: Replace long with LONG.
parent
16468517
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mciwnd.c
dlls/msvfw32/mciwnd.c
+2
-2
No files found.
dlls/msvfw32/mciwnd.c
View file @
bdc85b69
...
...
@@ -48,7 +48,7 @@ typedef struct
int
alias
;
UINT
dev_type
;
UINT
mode
;
long
position
;
LONG
position
;
SIZE
size
;
/* size of the original frame rect */
int
zoom
;
LPWSTR
lpName
;
...
...
@@ -158,7 +158,7 @@ static inline void MCIWND_notify_pos(MCIWndInfo *mwi)
{
if
(
mwi
->
dwStyle
&
MCIWNDF_NOTIFYPOS
)
{
long
new_pos
=
SendMessageW
(
mwi
->
hWnd
,
MCIWNDM_GETPOSITIONW
,
0
,
0
);
LONG
new_pos
=
SendMessageW
(
mwi
->
hWnd
,
MCIWNDM_GETPOSITIONW
,
0
,
0
);
if
(
new_pos
!=
mwi
->
position
)
{
mwi
->
position
=
new_pos
;
...
...
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