Removed the declspec specifier.

This commit is contained in:
François Gouget 2000-12-15 20:53:05 +00:00 committed by Alexandre Julliard
parent 909eff9932
commit 3c7a2b8c84

View file

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