diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/Makefile.in | 2 | ||||
| -rw-r--r-- | src/include/k5-platform.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in index fffe76800..50023492f 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -101,7 +101,7 @@ private-and-public-decls: $(HEADERS_TO_CHECK) cat $(HEADERS_TO_CHECK) > $@ ##DOS##!endif ##DOS##private-and-public-decls: -##DOS## copy krb5\krb5.h+k5-int.h+krb5\preauth_plugin.h $@ +##DOS## copy /y krb5\krb5.h+k5-int.h+krb5\clpreauth_plugin.h $@ # # Build the error table include files: diff --git a/src/include/k5-platform.h b/src/include/k5-platform.h index f4021da71..ad7888ab1 100644 --- a/src/include/k5-platform.h +++ b/src/include/k5-platform.h @@ -347,7 +347,7 @@ typedef struct { int error; unsigned char did_run; } k5_init_t; -#if !defined(SHARED) +#if !defined(SHARED) && !defined(_WIN32) /* * In this case, we just don't care about finalization. |
