From 3c7a2b8c8404b08762764bb42cc3b54b00b578a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Gouget?= <fgouget@codeweavers.com>
Date: Fri, 15 Dec 2000 20:53:05 +0000
Subject: [PATCH] Removed the declspec specifier.

---
 dlls/dplayx/dplaysp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dplayx/dplaysp.h b/dlls/dplayx/dplaysp.h
index aaa7874f5c4..3ca69a3694c 100644
--- a/dlls/dplayx/dplaysp.h
+++ b/dlls/dplayx/dplaysp.h
@@ -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
 
-- 
GitLab