oledb32: Mark internal symbol with hidden visibility.

oldstable
Marcus Meissner 2011-05-13 17:43:01 +02:00 committed by Alexandre Julliard
parent 3026862f35
commit 5113a7da1b
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
HRESULT create_oledb_convert(IUnknown *outer, void **obj);
HRESULT create_oledb_convert(IUnknown *outer, void **obj) DECLSPEC_HIDDEN;