/* win32.h */
/* Jeff Hostetler, Spyglass, Inc., 1994. */
/* Copyright (C) 1994, Spyglass, Inc.  All rights reserved. */

#ifndef _WIN32_H_
#define _WIN32_H_

//#define WIN32_LEAN_AND_MEAN   /* for windows.h */
#include <windows.h>

#include <stdio.h>
#include <string.h>

#endif /* _WIN32_H_ */