view src/GvimExt/gvimext.def @ 23639:a93ecfa78aef

Added tag v8.2.2361 for changeset 062caef90f7f5236838fe4ff845f2440771dabbd
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Jan 2021 14:45:05 +0100
parents c3b4b1c89d8e
children
line wrap: on
line source

;gvimdef.def : Declares the module parameters for the DLL.

LIBRARY      gvimext
; DESCRIPTION  'Vim Shell Extension'

EXPORTS
    DllCanUnloadNow private
    DllGetClassObject private