|
||||
Warning, file /include/unistring/woe32dll.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* Support for variables in shared libraries on Windows platforms. 0002 Copyright (C) 2009 Free Software Foundation, Inc. 0003 0004 This program is free software: you can redistribute it and/or 0005 modify it under the terms of either: 0006 0007 * the GNU Lesser General Public License as published by the Free 0008 Software Foundation; either version 3 of the License, or (at your 0009 option) any later version. 0010 0011 or 0012 0013 * the GNU General Public License as published by the Free 0014 Software Foundation; either version 2 of the License, or (at your 0015 option) any later version. 0016 0017 or both in parallel, as here. 0018 This program is distributed in the hope that it will be useful, 0019 but WITHOUT ANY WARRANTY; without even the implied warranty of 0020 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0021 GNU Lesser General Public License for more details. 0022 0023 You should have received a copy of the GNU Lesser General Public License 0024 along with this program. If not, see <https://www.gnu.org/licenses/>. */ 0025 0026 /* Written by Bruno Haible <bruno@clisp.org>, 2009. */ 0027 0028 #ifndef _UNISTRING_WOE32DLL_H 0029 #define _UNISTRING_WOE32DLL_H 0030 0031 #ifdef IN_LIBUNISTRING 0032 /* All code is collected in a single library, */ 0033 # define LIBUNISTRING_DLL_VARIABLE 0034 #else 0035 /* References from outside of libunistring. */ 0036 # define LIBUNISTRING_DLL_VARIABLE 0037 #endif 0038 0039 #endif /* _UNISTRING_WOE32DLL_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |