commit | 3c7a2b8c8404b08762764bb42cc3b54b00b578a6 | [log] [tgz] |
---|---|---|
author | François Gouget <fgouget@codeweavers.com> | Fri Dec 15 20:53:05 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 15 20:53:05 2000 +0000 |
tree | ddbc6275ca438668184e0a61bea5f14317902f37 | |
parent | 909eff9932a8f365eb9b5b5a257423b12ea1ad51 [diff] |
Removed the declspec specifier.
diff --git a/dlls/dplayx/dplaysp.h b/dlls/dplayx/dplaysp.h index aaa7874..3ca69a3 100644 --- a/dlls/dplayx/dplaysp.h +++ b/dlls/dplayx/dplaysp.h
@@ -335,7 +335,7 @@ /* 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