mirror of
https://github.com/dominicusin/zfs-win
synced 2025-08-22 10:09:42 +00:00
14 lines
342 B
C
14 lines
342 B
C
|
// 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>
|