X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e6807d7019e72131db24a03c9ab298fb1c18c89..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index b6ab671844..d2782ef5d5 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -3,7 +3,6 @@ // Purpose: Declarations for parts of the Win32 SDK that are missing in // the versions that come with some compilers // Created: 2002/04/23 -// RCS-ID: $Id$ // Copyright: (c) 2002 Mattia Barbon // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -77,12 +76,18 @@ #ifndef WM_MOUSEWHEEL #define WM_MOUSEWHEEL 0x020A #endif + #ifndef WM_MOUSEHWHEEL + #define WM_MOUSEHWHEEL 0x020E + #endif #ifndef WHEEL_DELTA #define WHEEL_DELTA 120 #endif #ifndef SPI_GETWHEELSCROLLLINES #define SPI_GETWHEELSCROLLLINES 104 #endif + #ifndef SPI_GETWHEELSCROLLCHARS + #define SPI_GETWHEELSCROLLCHARS 108 + #endif #endif // wxUSE_MOUSEWHEEL // Needed by window.cpp @@ -94,6 +99,7 @@ #define VK_OEM_5 0xDC #define VK_OEM_6 0xDD #define VK_OEM_7 0xDE + #define VK_OEM_102 0xE2 #endif #ifndef VK_OEM_COMMA @@ -647,6 +653,10 @@ typedef struct #define INET_E_CODE_INSTALL_SUPPRESSED 0x800C0400L #endif +#ifndef MUI_LANGUAGE_NAME +#define MUI_LANGUAGE_NAME 0x8 +#endif + //We need to check if we are using MinGW or mingw-w64 as their //definitions are different @@ -660,133 +670,6 @@ typedef enum CommandStateChangeConstants { CSC_NAVIGATEFORWARD = 0x1, CSC_NAVIGATEBACK = 0x2 } CommandStateChangeConstants; -#endif - -//Definitions from w64 mingw-runtime package, in the public domain -//Used by webview - -//The GUIDs are currently not defined in either mingw or mingw-w64 - -#ifdef __MINGW32__ -DEFINE_GUID(IID_IInternetProtocolRoot,0x79eac9e3,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); -DEFINE_GUID(IID_IInternetProtocol,0x79eac9e4,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); -#endif - - -#if defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR) - -#define REFRESH_NORMAL 0 -#define REFRESH_COMPLETELY 3 - -EXTERN_C const IID CLSID_FileProtocol; - - -typedef enum __MIDL_IBindStatusCallback_0006 -{ - BSCF_FIRSTDATANOTIFICATION = 0x1, - BSCF_INTERMEDIATEDATANOTIFICATION = 0x2, - BSCF_LASTDATANOTIFICATION = 0x4, - BSCF_DATAFULLYAVAILABLE = 0x8, - BSCF_AVAILABLEDATASIZEUNKNOWN = 0x10 -} BSCF; - -typedef struct _tagPROTOCOLDATA -{ - DWORD grfFlags; - DWORD dwState; - LPVOID pData; - ULONG cbData; -} PROTOCOLDATA; - -typedef struct _tagBINDINFO -{ - ULONG cbSize; - LPWSTR szExtraInfo; - STGMEDIUM stgmedData; - DWORD grfBindInfoF; - DWORD dwBindVerb; - LPWSTR szCustomVerb; - DWORD cbstgmedData; - DWORD dwOptions; - DWORD dwOptionsFlags; - DWORD dwCodePage; - SECURITY_ATTRIBUTES securityAttributes; - IID iid; - IUnknown *pUnk; - DWORD dwReserved; -} BINDINFO; - - -struct IInternetBindInfo : public IUnknown -{ -public: - virtual HRESULT WINAPI GetBindInfo(DWORD *grfBINDF,BINDINFO *pbindinfo) = 0; - virtual HRESULT WINAPI GetBindString(ULONG ulStringType,LPOLESTR *ppwzStr, - ULONG cEl,ULONG *pcElFetched) = 0; -}; - -struct IInternetProtocolSink : public IUnknown -{ -public: - virtual HRESULT WINAPI Switch(PROTOCOLDATA *pProtocolData) = 0; - virtual HRESULT WINAPI ReportProgress(ULONG ulStatusCode, - LPCWSTR szStatusText) = 0; - virtual HRESULT WINAPI ReportData(DWORD grfBSCF,ULONG ulProgress, - ULONG ulProgressMax) = 0; - virtual HRESULT WINAPI ReportResult(HRESULT hrResult,DWORD dwError, - LPCWSTR szResult) = 0; -}; - -struct IInternetProtocolRoot : public IUnknown -{ -public: - virtual HRESULT WINAPI Start(LPCWSTR szUrl,IInternetProtocolSink *pOIProtSink, - IInternetBindInfo *pOIBindInfo,DWORD grfPI, - HANDLE_PTR dwReserved) = 0; - virtual HRESULT WINAPI Continue(PROTOCOLDATA *pProtocolData) = 0; - virtual HRESULT WINAPI Abort(HRESULT hrReason,DWORD dwOptions) = 0; - virtual HRESULT WINAPI Terminate(DWORD dwOptions) = 0; - virtual HRESULT WINAPI Suspend(void) = 0; - virtual HRESULT WINAPI Resume(void) = 0; -}; - -struct IInternetProtocol : public IInternetProtocolRoot -{ -public: - virtual HRESULT WINAPI Read(void *pv,ULONG cb,ULONG *pcbRead) = 0; - virtual HRESULT WINAPI Seek(LARGE_INTEGER dlibMove,DWORD dwOrigin, - ULARGE_INTEGER *plibNewPosition) = 0; - virtual HRESULT WINAPI LockRequest(DWORD dwOptions) = 0; - virtual HRESULT WINAPI UnlockRequest(void) = 0; -}; - -struct IInternetSession : public IUnknown -{ - public: - virtual HRESULT WINAPI RegisterNameSpace(IClassFactory *pCF,REFCLSID rclsid, - LPCWSTR pwzProtocol, - ULONG cPatterns, - const LPCWSTR *ppwzPatterns, - DWORD dwReserved) = 0; - virtual HRESULT WINAPI UnregisterNameSpace(IClassFactory *pCF, - LPCWSTR pszProtocol) = 0; - virtual HRESULT WINAPI RegisterMimeFilter(IClassFactory *pCF, - REFCLSID rclsid, - LPCWSTR pwzType) = 0; - virtual HRESULT WINAPI UnregisterMimeFilter(IClassFactory *pCF, - LPCWSTR pwzType) = 0; - virtual HRESULT WINAPI CreateBinding(LPBC pBC,LPCWSTR szUrl, - IUnknown *pUnkOuter,IUnknown **ppUnk, - IInternetProtocol **ppOInetProt, - DWORD dwOption) = 0; - virtual HRESULT WINAPI SetSessionOption(DWORD dwOption,LPVOID pBuffer, - DWORD dwBufferLength, - DWORD dwReserved) = 0; - virtual HRESULT WINAPI GetSessionOption(DWORD dwOption,LPVOID pBuffer, - DWORD *pdwBufferLength, - DWORD dwReserved) = 0; -}; - #endif /*