diff options
author | Werner Koch <[email protected]> | 2010-03-01 12:49:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-03-01 12:49:17 +0000 |
commit | 30a4096fbbfc85d006de83cff857f2d68115daac (patch) | |
tree | 706b105db6c35d35669c14190c9a3fe5a6d8e24a /jnlib/w32-afunix.h | |
parent | First batch of changes to support W32CE. (diff) | |
download | gnupg-30a4096fbbfc85d006de83cff857f2d68115daac.tar.gz gnupg-30a4096fbbfc85d006de83cff857f2d68115daac.zip |
Finished jnlib port to CE.
Diffstat (limited to 'jnlib/w32-afunix.h')
-rw-r--r-- | jnlib/w32-afunix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jnlib/w32-afunix.h b/jnlib/w32-afunix.h index 6b8f3f954..23681ddeb 100644 --- a/jnlib/w32-afunix.h +++ b/jnlib/w32-afunix.h @@ -26,6 +26,9 @@ #include <ws2tcpip.h> #include <unistd.h> +/* We can easiliy replace this code by the socket wrappers from libassuan. */ +#warning Please do not use this module anymore + #define DIRSEP_C '\\' #define AF_LOCAL AF_UNIX |