2
0
mirror of https://github.com/dominicusin/zfs-win synced 2025-08-22 10:09:42 +00:00
zfs-win/zlib/stdafx.h

14 lines
342 B
C
Raw Normal View History

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <stdio.h>
#include <stdlib.h>