X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/7e9608832e6d7f5be6dc176295b3a4c0507444e6..477b12ff719d3749b8d8f85035bd6384fee9be0d:/lib/defs.h diff --git a/lib/defs.h b/lib/defs.h index e13b857..ef954a7 100644 --- a/lib/defs.h +++ b/lib/defs.h @@ -19,8 +19,9 @@ #ifndef DEFS_H #define DEFS_H -extern const char disorder_short_version_string[]; extern const char disorder_version_string[]; +#if !_WIN32 +extern const char disorder_short_version_string[]; extern const char pkglibdir[]; extern const char pkgconfdir[]; extern const char pkgstatedir[]; @@ -30,6 +31,7 @@ extern const char bindir[]; extern const char sbindir[]; extern const char finkbindir[]; extern const char sendmail_binary[]; +#endif #endif /* DEFS_H */