mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[DXSDK]
- Reenable dxsdk for MSVC [PSDK/DXSDK] - add a newlines at the end of several files. svn path=/branches/cmake-bringup/; revision=49844
This commit is contained in:
parent
0ee737e354
commit
4f075e995e
10 changed files with 9 additions and 11 deletions
|
@ -25,7 +25,5 @@ LIST(APPEND SOURCE
|
|||
)
|
||||
|
||||
# HACK: dxsdk is broken
|
||||
if (NOT MSVC)
|
||||
ADD_INTERFACE_DEFINITIONS(dxsdk ${SOURCE})
|
||||
endif()
|
||||
|
||||
|
|
|
@ -92,4 +92,4 @@ D3DXCreateTorus(
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -112,4 +112,4 @@ DECLARE_INTERFACE_(IKsControl, IUnknown)
|
|||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
#define _DXSDK_BUILD_MAJOR 91
|
||||
#define _DXSDK_BUILD_MINOR 0000
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -44,4 +44,4 @@ BOOL WINAPI PIXGetPluginInfo( PIXPLUGININFO* pPIXPluginInfo );
|
|||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -53,4 +53,4 @@ interface IAMVideoAcceleratorNotify : IUnknown
|
|||
HRESULT GetUncompSurfacesInfo([in] const GUID *pGuid, [in] [out] LPAMVAUncompBufferInfo pUncompBufferInfo);
|
||||
HRESULT SetUncompSurfacesInfo([in] DWORD dwActualUncompSurfacesAllocated);
|
||||
HRESULT GetCreateVideoAcceleratorData([in] const GUID *pGuid, [out] LPDWORD pdwSizeMiscData, [out] LPVOID *ppMiscData);
|
||||
};
|
||||
};
|
||||
|
|
|
@ -36,4 +36,4 @@
|
|||
#define STI_DEVICE_VALUE_TIMEOUT_A "PollTimeout"
|
||||
#define STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS_A "DisableNotifications"
|
||||
#define REGSTR_VAL_BAUDRATE_A "BaudRate"
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -80,4 +80,4 @@
|
|||
#undef WSAAsyncGetHostByName
|
||||
#define WSAAsyncGetHostByName(a,b,c,d,e) WSAAsyncGetHostByName_IPV6INCOMPATIBLE
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
]
|
||||
interface eventlog
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
@ -353,4 +353,4 @@ interface wlansvc_interface
|
|||
[out][ref][string] wchar_t ** pstrCurrentSDDL,
|
||||
[out] LPDWORD pdwGrantedAccess);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue