- 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:
Timo Kreuzer 2010-11-28 15:47:13 +00:00
parent 0ee737e354
commit 4f075e995e
10 changed files with 9 additions and 11 deletions

View file

@ -25,7 +25,5 @@ LIST(APPEND SOURCE
)
# HACK: dxsdk is broken
if (NOT MSVC)
ADD_INTERFACE_DEFINITIONS(dxsdk ${SOURCE})
endif()

View file

@ -92,4 +92,4 @@ D3DXCreateTorus(
}
#endif
#endif
#endif

View file

@ -112,4 +112,4 @@ DECLARE_INTERFACE_(IKsControl, IUnknown)
#pragma warning(pop)
#endif
#endif
#endif

View file

@ -7,4 +7,4 @@
#define _DXSDK_BUILD_MAJOR 91
#define _DXSDK_BUILD_MINOR 0000
#endif
#endif

View file

@ -44,4 +44,4 @@ BOOL WINAPI PIXGetPluginInfo( PIXPLUGININFO* pPIXPluginInfo );
#ifdef __cplusplus
};
#endif
#endif

View file

@ -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);
};
};

View file

@ -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

View file

@ -80,4 +80,4 @@
#undef WSAAsyncGetHostByName
#define WSAAsyncGetHostByName(a,b,c,d,e) WSAAsyncGetHostByName_IPV6INCOMPATIBLE
#endif
#endif

View file

@ -3,4 +3,4 @@
]
interface eventlog
{
}
}

View file

@ -353,4 +353,4 @@ interface wlansvc_interface
[out][ref][string] wchar_t ** pstrCurrentSDDL,
[out] LPDWORD pdwGrantedAccess);
}
}