mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fixed a typo and W32 support for the latest CVS changes.
This commit is contained in:
parent
eab333733c
commit
8c35c19e43
9 changed files with 32 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <config.h>
|
||||
#ifdef USE_SIMPLE_GETTEXT
|
||||
#if defined (__MINGW32__) || defined (__CYGWIN32__)
|
||||
#if !defined (__MINGW32__) && !defined (__CYGWIN32__)
|
||||
#error This file can only be used with MingW32 or Cygwin32
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue