wbemprox: Mark one internal function with hidden visibility.

This commit is contained in:
Marcus Meissner 2011-05-13 18:24:41 +02:00 committed by Alexandre Julliard
parent bce961e98f
commit 2ef583f584

View file

@ -16,4 +16,4 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
HRESULT WbemLocator_create(IUnknown *, LPVOID *);
HRESULT WbemLocator_create(IUnknown *, LPVOID *) DECLSPEC_HIDDEN;