diff options
Diffstat (limited to '')
-rw-r--r-- | common/w32-afunix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/w32-afunix.h b/common/w32-afunix.h index f6282a3dd..7025a4914 100644 --- a/common/w32-afunix.h +++ b/common/w32-afunix.h @@ -38,7 +38,7 @@ #include <unistd.h> /* We can easiliy replace this code by the socket wrappers from libassuan. */ -#warning Please do not use this module anymore +#warning Remove this code; it is only used on w32 by symcryptrun. #define DIRSEP_C '\\' |