]> git.ipfire.org Git - thirdparty/gettext.git/commit
C++ wrapper around source file. Used to overcome "initializer is not constant"
authorBruno Haible <bruno@clisp.org>
Wed, 6 Jul 2005 10:57:45 +0000 (10:57 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:37 +0000 (12:12 +0200)
commit47432edad10e75f25ea64fa0c3da36dbccd5bfd8
treeaa2855503bcec16188e432d16b11940ee298eb82
parent1a69cbe421da51221a1f2d5f2970b4be57371a7b
C++ wrapper around source file. Used to overcome "initializer is not constant"
errors when taking the address of global variables residing in shared
libraries.
gettext-tools/mingw/c++msgattrib.cc [new file with mode: 0644]
gettext-tools/mingw/c++msgcat.cc [new file with mode: 0644]
gettext-tools/mingw/c++msgcomm.cc [new file with mode: 0644]
gettext-tools/mingw/c++msgconv.cc [new file with mode: 0644]
gettext-tools/mingw/c++msgen.cc [new file with mode: 0644]
gettext-tools/mingw/c++msgfilter.cc [new file with mode: 0644]
gettext-tools/mingw/c++msggrep.cc [new file with mode: 0644]
gettext-tools/mingw/c++msgmerge.cc [new file with mode: 0644]
gettext-tools/mingw/c++msguniq.cc [new file with mode: 0644]
gettext-tools/mingw/c++xgettext.cc [new file with mode: 0644]