[gimp] libgimp: fixing 2ff414d79909001f3e292cf6ae63ab6b8cd3a4b1



commit 86a2f3851fe62a3658f3f8d66c392debc91db8d4
Author: Hartmut Kuhse <hk_priv gmx de>
Date:   Tue Apr 29 18:02:36 2014 +0200

    libgimp: fixing 2ff414d79909001f3e292cf6ae63ab6b8cd3a4b1
    
    For windows, exported functions must be listed in the
    according .def file. If the function itself is deleted,
    the corresponding function must also be deleted from the
    .def file

 libgimp/gimp.def |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgimp/gimp.def b/libgimp/gimp.def
index 227b4d7..5fee4b9 100644
--- a/libgimp/gimp.def
+++ b/libgimp/gimp.def
@@ -147,7 +147,6 @@ EXPORTS
        gimp_context_swap_colors
        gimp_convert_dither_type_get_type
        gimp_convert_palette_type_get_type
-       gimp_convolution_type_get_type
        gimp_convolve
        gimp_convolve_default
        gimp_convolve_type_get_type


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]