Removed the declspec specifier.
This commit is contained in:
parent
909eff9932
commit
3c7a2b8c84
|
@ -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
|
||||
* SP directly
|
||||
*/
|
||||
extern __declspec(dllimport) DWORD gdwDPlaySPRefCount;
|
||||
extern DWORD gdwDPlaySPRefCount;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue