]> git.ipfire.org Git - thirdparty/gettext.git/commit
xgettext: Fix some test failures on MSVC.
authorBruno Haible <bruno@clisp.org>
Sun, 21 Jul 2024 13:48:36 +0000 (15:48 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jul 2024 13:48:36 +0000 (15:48 +0200)
commita0c87a41816692c300623f56779900543ff8f55c
treea4f6961f44a339c0383c1ae0defb8c092a971aed
parentf7a0b2fa69979a24da1511eceb5f954111e050b8
xgettext: Fix some test failures on MSVC.

* gettext-tools/src/locating-rule.c: Include <dirent.h> always.
(HAVE_DIR): Remove macro.
(locating_rule_list_add_from_directory): Don't test HAVE_DIR.
* gettext-tools/src/msginit.c: Include <dirent.h> always.
(HAVE_DIR): Remove macro.
(find_pot): Don't test HAVE_DIR.
gettext-tools/src/locating-rule.c
gettext-tools/src/msginit.c