diff options
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 |