Files
loongoffice/extensions/source/activex/so_activex.def
Mike Kaganski 9939d2053d so_activex_x64: Avoid warning LNK4070
Don't specify optional library name in DEF file that is used both
for 32-bit and 64-bit library: it's explicitly specified in command
line.

Change-Id: I20e732f2095367ec3648741dde26cf7ec101f28f
Reviewed-on: https://gerrit.libreoffice.org/30008
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
2016-10-18 13:30:13 +00:00

14 lines
326 B
Modula-2

; iervp.def : Declares the module parameters.
LIBRARY
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
DllRegisterServerNative PRIVATE
DllRegisterServerDoc PRIVATE
DllUnregisterServerNative PRIVATE
DllUnregisterServerDoc PRIVATE