[BROWSEUI]

Make DllInstall export private to silence an MSVC warning

svn path=/trunk/; revision=56252
This commit is contained in:
Timo Kreuzer
2012-03-27 20:05:02 +00:00
parent 2657db262e
commit 5ccd8f3e5c
+1 -1
View File
@@ -1,7 +1,7 @@
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stdcall -private DllGetVersion(ptr)
@ stdcall DllInstall(long wstr)
@ stdcall -private DllInstall(long wstr)
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
101 stdcall -noname InitOCHostClass(long)