diff options
Diffstat (limited to 'tools/XprPack/stdafx.h')
-rw-r--r-- | tools/XprPack/stdafx.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/XprPack/stdafx.h b/tools/XprPack/stdafx.h deleted file mode 100644 index da1eb595a8..0000000000 --- a/tools/XprPack/stdafx.h +++ /dev/null @@ -1,15 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - -#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers -#define _WIN32_WINNT 0x500 // Win 2k/XP REQUIRED! -#include <windows.h> - -#include <stdlib.h> -#include <string.h> -#include <stdio.h> -#include <malloc.h> |