Windows-Server-2003/sdktools/ini/ini.h

35 lines
465 B
C

/*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
munge.h
Abstract:
This is the main include file for the Windows ini file dumper
Author:
Steve Wood (stevewo) 16-May-1989
Revision History:
--*/
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include <io.h>
#include <fcntl.h>
#include <malloc.h>
#include <sys\types.h>
#include <sys\stat.h>
#include <tools.h>