1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Another tiny, tiny step towards Windows support. No, I don't plan to

ever commit the Windows support files to FreeBSD CVS.  That would just
be wrong.
This commit is contained in:
Tim Kientzle 2008-02-19 06:06:13 +00:00
parent 54c845efb9
commit dc4a55fdfc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176404

View File

@ -36,7 +36,10 @@
#ifndef ARCHIVE_PLATFORM_H_INCLUDED
#define ARCHIVE_PLATFORM_H_INCLUDED
#if defined(PLATFORM_CONFIG_H)
#ifdef _WIN32
#include "config_windows.h"
#include "archive_windows.h"
#elif defined(PLATFORM_CONFIG_H)
/* Use hand-built config.h in environments that need it. */
#include PLATFORM_CONFIG_H
#elif defined(HAVE_CONFIG_H)