mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +00:00
- Don't use dllexport for dxapi -- we have a .spec
svn path=/trunk/; revision=42486
This commit is contained in:
parent
a553ba4adc
commit
dce78c56fc
2 changed files with 5 additions and 5 deletions
|
@ -45,8 +45,8 @@ GsDriverEntry(IN PVOID Context1,
|
||||||
* none
|
* none
|
||||||
*
|
*
|
||||||
*--*/
|
*--*/
|
||||||
DXAPI
|
ULONG
|
||||||
ULONG PASCAL
|
PASCAL
|
||||||
DxApiGetVersion()
|
DxApiGetVersion()
|
||||||
{
|
{
|
||||||
/* MSDN say this always return Direct Sound version 4.02 */
|
/* MSDN say this always return Direct Sound version 4.02 */
|
||||||
|
@ -98,8 +98,8 @@ DxApiGetVersion()
|
||||||
*
|
*
|
||||||
*--*/
|
*--*/
|
||||||
|
|
||||||
DXAPI
|
DWORD
|
||||||
DWORD PASCAL
|
PASCAL
|
||||||
DxApi(IN DWORD dwFunctionNum,
|
DxApi(IN DWORD dwFunctionNum,
|
||||||
IN LPVOID lpvInBuffer,
|
IN LPVOID lpvInBuffer,
|
||||||
IN DWORD cbInBuffer,
|
IN DWORD cbInBuffer,
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
#if defined(_DXAPI_)
|
#if defined(_DXAPI_)
|
||||||
#define DXAPI DECLSPEC_EXPORT
|
#define DXAPI
|
||||||
#else
|
#else
|
||||||
#define DXAPI DECLSPEC_IMPORT
|
#define DXAPI DECLSPEC_IMPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue