mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +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:
@@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user