jpayne@69: /* Support for variables in shared libraries on Windows platforms.
jpayne@69: Copyright (C) 2009, 2019 Free Software Foundation, Inc.
jpayne@69:
jpayne@69: This program is free software: you can redistribute it and/or modify it
jpayne@69: under the terms of the GNU Lesser General Public License as published
jpayne@69: by the Free Software Foundation; either version 3 of the License, or
jpayne@69: (at your option) any later version.
jpayne@69:
jpayne@69: This program is distributed in the hope that it will be useful,
jpayne@69: but WITHOUT ANY WARRANTY; without even the implied warranty of
jpayne@69: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
jpayne@69: Lesser General Public License for more details.
jpayne@69:
jpayne@69: You should have received a copy of the GNU Lesser General Public License
jpayne@69: along with this program. If not, see . */
jpayne@69:
jpayne@69: /* Written by Bruno Haible , 2009. */
jpayne@69:
jpayne@69: #ifndef _TEXTSTYLE_WOE32DLL_H
jpayne@69: #define _TEXTSTYLE_WOE32DLL_H
jpayne@69:
jpayne@69: #ifdef IN_LIBTEXTSTYLE
jpayne@69: /* All code is collected in a single library, */
jpayne@69: # define LIBTEXTSTYLE_DLL_VARIABLE
jpayne@69: #else
jpayne@69: /* References from outside of libtextstyle. */
jpayne@69: # define LIBTEXTSTYLE_DLL_VARIABLE
jpayne@69: #endif
jpayne@69:
jpayne@69: #endif /* _TEXTSTYLE_WOE32DLL_H */