mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-08 17:43:04 +01:00
* simple-gettext.c, w32reg.c [CYGWIN32]: Allow to use this file
This commit is contained in:
parent
0fbacf11a6
commit
7f5062db6c
@ -1,3 +1,7 @@
|
|||||||
|
2001-12-19 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* simple-gettext.c, w32reg.c [CYGWIN32]: Allow to use this file
|
||||||
|
|
||||||
2001-10-11 Werner Koch <wk@gnupg.org>
|
2001-10-11 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* http.c (do_parse_uri): Changed initialization of the port number
|
* http.c (do_parse_uri): Changed initialization of the port number
|
||||||
|
@ -27,8 +27,8 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#ifdef USE_SIMPLE_GETTEXT
|
#ifdef USE_SIMPLE_GETTEXT
|
||||||
#ifndef __MINGW32__
|
#if defined (__MINGW32__) || defined (__CYGWIN32__)
|
||||||
#error This file can only be used with MinGW32
|
#error This file can only be used with MingW32 or Cygwin32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#ifdef __MINGW32__ /* This module is only used in this environment */
|
#if defined (__MINGW32__) || defined (__CYGWIN32__)
|
||||||
|
/* This module is only used in this environment */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@ -124,4 +125,4 @@ write_w32_registry_string(const char *root, const char *dir,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* __MINGW32__ */
|
#endif /* __MINGW32__ || __CYGWIN32__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user