Commit 3c7a2b8c authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard

Removed the declspec specifier.

parent 909eff99
...@@ -335,7 +335,7 @@ typedef HRESULT (WINAPI *LPDPSP_SPINIT)(LPSPINITDATA); ...@@ -335,7 +335,7 @@ typedef HRESULT (WINAPI *LPDPSP_SPINIT)(LPSPINITDATA);
/* This variable is exported from the DLL at ordinal 6 to be accessed by the /* This variable is exported from the DLL at ordinal 6 to be accessed by the
* SP directly * SP directly
*/ */
extern __declspec(dllimport) DWORD gdwDPlaySPRefCount; extern DWORD gdwDPlaySPRefCount;
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment