diff options
author | Marcus Brinkmann <mb@g10code.com> | 2010-11-01 16:23:33 +0000 |
---|---|---|
committer | Marcus Brinkmann <mb@g10code.com> | 2010-11-01 16:23:33 +0000 |
commit | ce484b9aaff7331a36da08b6d9b42740d232c72d (patch) | |
tree | 1b4e2c953fcec9c79143715765a3b02b76207707 /contrib | |
parent | d1a697a3264b6f482449be1e23a99dcc57451864 (diff) | |
download | libassuan-ce484b9aaff7331a36da08b6d9b42740d232c72d.tar.gz |
2010-11-01 Marcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de>
* configure.ac: Check for fcntl.h.
2010-11-01 Marcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de>
* assuan-socket.c, assuan-uds.c, system.c, assuan-pipe-server.c,
assuan-pipe-connect.c [!HAVE_FCNTL_H]: Don't include fcntl.h.
* assuan-buffer.c [!HAVE_W32CE_SYSTEM]: Do not include process.h.
* assuan-socket.c [!HAVE_W32CE_SYSTEM]: Do not include io.h.
* w32-includes.inc.h: Include winsock2.h before ws2tcpip.h.
* sysutils.c (w32_read_registry): Replace goto label "leave" by
"out" (as leave is defined by some Windows header file).
* assuan-inquire.c: Likewise.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/conf-w32ce-msc/build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/conf-w32ce-msc/build.mk b/contrib/conf-w32ce-msc/build.mk index b88ca43..30f870b 100755 --- a/contrib/conf-w32ce-msc/build.mk +++ b/contrib/conf-w32ce-msc/build.mk @@ -43,7 +43,7 @@ ce_defines = -DWINCE -D_WIN32_WCE=0x502 -DUNDER_CE \ # -Fe Set executable output name (may be only a directory) CFLAGS = -nologo -W3 -fp:fast -Os $(ce_defines) \ -DHAVE_CONFIG_H -DDLL_EXPORT -D_CRT_SECURE_NO_WARNINGS \ - -I. -Igpg-extra -I../libgpg-error + -I. -I../../libgpg-error/src -I../../libgpg-error/src/gpg-extra LDFLAGS = |