/******************************************************************************
*
*  (C) COPYRIGHT MICROSOFT CORP., 2000
*
*  TITLE:       precomp.cpp
*
*  VERSION:     1.0
*
*  AUTHOR:      KeisukeT
*
*  DATE:        8 Sep, 2000
*
*  DESCRIPTION:
*   Precompiled header
*
*
*******************************************************************************/

#ifndef __PRECOMP_H_INCLUDED
#define __PRECOMP_H_INCLUDED

#include <windows.h>
#include <windowsx.h>
#include <shlobj.h>
#include <commctrl.h>
#include <assert.h>
#include <objbase.h>
#include <setupapi.h>
#include <shfusion.h>
#include <shlobj.h>
#include <stdio.h>
#include <tchar.h>

//
// Make sure this is included last, so it can redefine the necessary stuff
//
#include <shfusion.h>

#endif // __PRECOMP_H_INCLUDED
