mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04: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:
parent
54c845efb9
commit
dc4a55fdfc
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue