X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwin32_apply.c;h=2f169a57dbdcb6ebd9f21a2b6022db974fbc54c5;hp=4f4cf6eb3350658bc01f14150fc7eeb2bfb0a2f1;hb=bc38f3735bf6eaa2b856b1e05710b34bcfbbf787;hpb=51d0ed416822049a482bae05e25eec788cc86f96 diff --git a/src/win32_apply.c b/src/win32_apply.c index 4f4cf6eb..2f169a57 100644 --- a/src/win32_apply.c +++ b/src/win32_apply.c @@ -21,6 +21,8 @@ * along with wimlib; if not, see http://www.gnu.org/licenses/. */ +#ifdef __WIN32__ + #ifdef HAVE_CONFIG_H # include "config.h" #endif @@ -2079,3 +2081,5 @@ const struct apply_operations win32_apply_ops = { .extract = win32_extract, .context_size = sizeof(struct win32_apply_ctx), }; + +#endif /* __WIN32__ */