mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:45:53 +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
|
||||
*
|
||||
*--*/
|
||||
DXAPI
|
||||
ULONG PASCAL
|
||||
ULONG
|
||||
PASCAL
|
||||
DxApiGetVersion()
|
||||
{
|
||||
/* MSDN say this always return Direct Sound version 4.02 */
|
||||
|
@ -98,8 +98,8 @@ DxApiGetVersion()
|
|||
*
|
||||
*--*/
|
||||
|
||||
DXAPI
|
||||
DWORD PASCAL
|
||||
DWORD
|
||||
PASCAL
|
||||
DxApi(IN DWORD dwFunctionNum,
|
||||
IN LPVOID lpvInBuffer,
|
||||
IN DWORD cbInBuffer,
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
#if defined(_DXAPI_)
|
||||
#define DXAPI DECLSPEC_EXPORT
|
||||
#define DXAPI
|
||||
#else
|
||||
#define DXAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue