mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[BROWSEUI]
Make DllInstall export private to silence an MSVC warning svn path=/trunk/; revision=56252
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user