mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +00:00
Fix some prototypes, prepare Wine sync of msvfw32
svn path=/trunk/; revision=26491
This commit is contained in:
parent
f330a8a5db
commit
85ecb99534
4 changed files with 14 additions and 5 deletions
|
@ -28,7 +28,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
BOOL WINAPI ShowHideMenuCtl (HWND, UINT_PTR, LPINT);
|
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);
|
VOID WINAPI InitCommonControls (VOID);
|
||||||
|
|
||||||
typedef struct tagINITCOMMONCONTROLSEX {
|
typedef struct tagINITCOMMONCONTROLSEX {
|
||||||
|
@ -344,8 +344,8 @@ static const WCHAR STATUSCLASSNAMEW[] = { 'm','s','c','t','l','s','_',
|
||||||
HWND WINAPI CreateStatusWindowA (LONG, LPCSTR, HWND, UINT);
|
HWND WINAPI CreateStatusWindowA (LONG, LPCSTR, HWND, UINT);
|
||||||
HWND WINAPI CreateStatusWindowW (LONG, LPCWSTR, HWND, UINT);
|
HWND WINAPI CreateStatusWindowW (LONG, LPCWSTR, HWND, UINT);
|
||||||
#define CreateStatusWindow WINELIB_NAME_AW(CreateStatusWindow)
|
#define CreateStatusWindow WINELIB_NAME_AW(CreateStatusWindow)
|
||||||
void WINAPI DrawStatusTextA (HDC hdc, LPRECT lprc, LPCSTR text, UINT style);
|
void WINAPI DrawStatusTextA (HDC hdc, LPCRECT lprc, LPCSTR text, UINT style);
|
||||||
void WINAPI DrawStatusTextW (HDC hdc, LPRECT lprc, LPCWSTR text, UINT style);
|
void WINAPI DrawStatusTextW (HDC hdc, LPCRECT lprc, LPCWSTR text, UINT style);
|
||||||
#define DrawStatusText WINELIB_NAME_AW(DrawStatusText)
|
#define DrawStatusText WINELIB_NAME_AW(DrawStatusText)
|
||||||
VOID WINAPI MenuHelp (UINT, WPARAM, LPARAM, HMENU,
|
VOID WINAPI MenuHelp (UINT, WPARAM, LPARAM, HMENU,
|
||||||
HINSTANCE, HWND, UINT*);
|
HINSTANCE, HWND, UINT*);
|
||||||
|
|
|
@ -378,6 +378,15 @@ DECLARE_HANDLE(HIC);
|
||||||
DECLARE_HANDLE(HDRAWDIB);
|
DECLARE_HANDLE(HDRAWDIB);
|
||||||
typedef WORD TWOCC;
|
typedef WORD TWOCC;
|
||||||
typedef BOOL (CALLBACK *AVISAVECALLBACK)(INT);
|
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 {
|
typedef struct {
|
||||||
DWORD dwSize;
|
DWORD dwSize;
|
||||||
DWORD fccType;
|
DWORD fccType;
|
||||||
|
|
|
@ -56,7 +56,7 @@ reactos/dll/win32/mpr # Autosync
|
||||||
reactos/dll/win32/msacm # Out of sync
|
reactos/dll/win32/msacm # Out of sync
|
||||||
reactos/dll/win32/msimg32 # Autosync
|
reactos/dll/win32/msimg32 # Autosync
|
||||||
reactos/dll/win32/msi # 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/netapi32 # Synced to Wine-0_9_5
|
||||||
reactos/dll/win32/objsel # Autosync
|
reactos/dll/win32/objsel # Autosync
|
||||||
reactos/dll/win32/odbc32 # Out of sync. Depends on port of Linux ODBC.
|
reactos/dll/win32/odbc32 # Out of sync. Depends on port of Linux ODBC.
|
||||||
|
|
|
@ -82,7 +82,7 @@ msi dll\win32\msi
|
||||||
msimg32 dll\win32\msimg32
|
msimg32 dll\win32\msimg32
|
||||||
msvcrt dll\win32\msvcrt
|
msvcrt dll\win32\msvcrt
|
||||||
msvcrt20 dll\win32\msvcrt20
|
msvcrt20 dll\win32\msvcrt20
|
||||||
msvfw32 dll\win32\msvideo
|
msvfw32 dll\win32\msvfw32
|
||||||
mswsock dll\win32\mswsock
|
mswsock dll\win32\mswsock
|
||||||
netapi32 dll\win32\netapi32
|
netapi32 dll\win32\netapi32
|
||||||
netcfgx dll\win32\netcfgx
|
netcfgx dll\win32\netcfgx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue