Skip to content

Commit

Permalink
Fix iconv.h
Browse files Browse the repository at this point in the history
When upgrading to libiconv 1.16 we forgot to update iconv.h.
  • Loading branch information
cmb69 committed Oct 8, 2019
1 parent 4ea1301 commit b6ed966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/include/iconv.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 1999-2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
/* Copyright (C) 1999-2019 Free Software Foundation, Inc.
This file is part of the GNU LIBICONV Library.
The GNU LIBICONV Library is free software; you can redistribute it
Expand All @@ -13,14 +13,14 @@
You should have received a copy of the GNU Library General Public
License along with the GNU LIBICONV Library; see the file COPYING.LIB.
If not, see <http://www.gnu.org/licenses/>. */
If not, see <https://www.gnu.org/licenses/>. */

/* When installed, this file is called "iconv.h". */

#ifndef _LIBICONV_H
#define _LIBICONV_H

#define _LIBICONV_VERSION 0x010F /* version number: (major<<8) + minor */
#define _LIBICONV_VERSION 0x0110 /* version number: (major<<8) + minor */

#ifdef BUILDING_LIBICONV
#define LIBICONV_DLL_EXPORTED __declspec(dllexport)
Expand Down

0 comments on commit b6ed966

Please sign in to comment.