http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1646851
)
msvfw32: Replace long with LONG.
author
Michael Stefaniuc
<mstefani@redhat.de>
Sun, 16 May 2010 23:09:05 +0000
(
01:09
+0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 17 May 2010 11:18:44 +0000
(13:18 +0200)
dlls/msvfw32/mciwnd.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msvfw32/mciwnd.c
b/dlls/msvfw32/mciwnd.c
index 96b64207825feaf738b6de91c1dfa5d41fdf8d37..bf23a63b3b7fdff2b20004d2e7fa3e4efaafc8a7 100644
(file)
--- a/
dlls/msvfw32/mciwnd.c
+++ b/
dlls/msvfw32/mciwnd.c
@@
-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;