Author: hpoussin
Date: Wed Apr 25 12:18:48 2007
New Revision: 26491
URL:
http://svn.reactos.org/svn/reactos?rev=26491&view=rev
Log:
Fix some prototypes, prepare Wine sync of msvfw32
Modified:
trunk/reactos/include/psdk/commctrl.h
trunk/reactos/include/psdk/vfw.h
trunk/reactos/media/doc/README.WINE
trunk/reactos/tools/rgenstat/module_list.txt
Modified: trunk/reactos/include/psdk/commctrl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/commctrl.h?re…
==============================================================================
--- trunk/reactos/include/psdk/commctrl.h (original)
+++ trunk/reactos/include/psdk/commctrl.h Wed Apr 25 12:18:48 2007
@@ -28,7 +28,7 @@
#endif
BOOL WINAPI ShowHideMenuCtl (HWND, UINT_PTR, LPINT);
-VOID WINAPI GetEffectiveClientRect (HWND hwnd, LPRECT lpRect, LPINT lpInfo);
+VOID WINAPI GetEffectiveClientRect (HWND hwnd, LPRECT lpRect, const INT *lpInfo);
VOID WINAPI InitCommonControls (VOID);
typedef struct tagINITCOMMONCONTROLSEX {
@@ -344,8 +344,8 @@
HWND WINAPI CreateStatusWindowA (LONG, LPCSTR, HWND, UINT);
HWND WINAPI CreateStatusWindowW (LONG, LPCWSTR, HWND, UINT);
#define CreateStatusWindow WINELIB_NAME_AW(CreateStatusWindow)
-void WINAPI DrawStatusTextA (HDC hdc, LPRECT lprc, LPCSTR text, UINT style);
-void WINAPI DrawStatusTextW (HDC hdc, LPRECT lprc, LPCWSTR text, UINT style);
+void WINAPI DrawStatusTextA (HDC hdc, LPCRECT lprc, LPCSTR text, UINT style);
+void WINAPI DrawStatusTextW (HDC hdc, LPCRECT lprc, LPCWSTR text, UINT style);
#define DrawStatusText WINELIB_NAME_AW(DrawStatusText)
VOID WINAPI MenuHelp (UINT, WPARAM, LPARAM, HMENU,
HINSTANCE, HWND, UINT*);
Modified: trunk/reactos/include/psdk/vfw.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/vfw.h?rev=264…
==============================================================================
--- trunk/reactos/include/psdk/vfw.h (original)
+++ trunk/reactos/include/psdk/vfw.h Wed Apr 25 12:18:48 2007
@@ -379,6 +379,15 @@
typedef WORD TWOCC;
typedef BOOL (CALLBACK *AVISAVECALLBACK)(INT);
typedef struct {
+ LONG timeCount;
+ LONG timeDraw;
+ LONG timeDecompress;
+ LONG timeDither;
+ LONG timeStretch;
+ LONG timeBlt;
+ LONG timeSetDIBits;
+} DRAWDIBTIME, *LPDRAWDIBTIME;
+typedef struct {
DWORD dwSize;
DWORD fccType;
DWORD fccHandler;
Modified: trunk/reactos/media/doc/README.WINE
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=…
==============================================================================
--- trunk/reactos/media/doc/README.WINE (original)
+++ trunk/reactos/media/doc/README.WINE Wed Apr 25 12:18:48 2007
@@ -56,7 +56,7 @@
reactos/dll/win32/msacm # Out of sync
reactos/dll/win32/msimg32 # Autosync
reactos/dll/win32/msi # Autosync
-reactos/dll/win32/msvideo # Out of sync
+reactos/dll/win32/msvfw32 # Autosync
reactos/dll/win32/netapi32 # Synced to Wine-0_9_5
reactos/dll/win32/objsel # Autosync
reactos/dll/win32/odbc32 # Out of sync. Depends on port of Linux ODBC.
Modified: trunk/reactos/tools/rgenstat/module_list.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rgenstat/module_list…
==============================================================================
--- trunk/reactos/tools/rgenstat/module_list.txt (original)
+++ trunk/reactos/tools/rgenstat/module_list.txt Wed Apr 25 12:18:48 2007
@@ -82,7 +82,7 @@
msimg32 dll\win32\msimg32
msvcrt dll\win32\msvcrt
msvcrt20 dll\win32\msvcrt20
-msvfw32 dll\win32\msvideo
+msvfw32 dll\win32\msvfw32
mswsock dll\win32\mswsock
netapi32 dll\win32\netapi32
netcfgx dll\win32\netcfgx