Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:13:16

0001 /* Meta information about GNU libunistring.
0002    Copyright (C) 2009-2024 Free Software Foundation, Inc.
0003    Written by Bruno Haible <bruno@clisp.org>, 2009.
0004 
0005    This program is free software: you can redistribute it and/or
0006    modify it under the terms of either:
0007 
0008      * the GNU Lesser General Public License as published by the Free
0009        Software Foundation; either version 3 of the License, or (at your
0010        option) any later version.
0011 
0012    or
0013 
0014      * the GNU General Public License as published by the Free
0015        Software Foundation; either version 2 of the License, or (at your
0016        option) any later version.
0017 
0018    or both in parallel, as here.
0019    This program is distributed in the hope that it will be useful,
0020    but WITHOUT ANY WARRANTY; without even the implied warranty of
0021    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0022    GNU Lesser General Public License for more details.
0023 
0024    You should have received a copy of the GNU Lesser General Public License
0025    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
0026 
0027 #ifndef _UNISTRING_VERSION_H
0028 #define _UNISTRING_VERSION_H
0029 
0030 /* Get LIBUNISTRING_DLL_VARIABLE.  */
0031 #include <unistring/woe32dll.h>
0032 
0033 /* Declare _libunistring_unicode_version.  */
0034 #include <unimetadata.h>
0035 
0036 
0037 #ifdef __cplusplus
0038 extern "C" {
0039 #endif
0040 
0041 
0042 /* Version number: (major<<16) + (minor<<8) + subminor
0043    except that for versions <= 0.9.3 the value was 0x000009. */
0044 #define _LIBUNISTRING_VERSION 0x010200
0045 extern LIBUNISTRING_DLL_VARIABLE const int _libunistring_version; /* Likewise */
0046 
0047 
0048 #ifdef __cplusplus
0049 }
0050 #endif
0051 
0052 
0053 #endif /* _UNISTRING_VERSION_H */