You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
670 B
32 lines
670 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1998
|
|
//
|
|
// File: precomp.hxx
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef _PRECOMPILED_HEADER_H
|
|
#define _PRECOMPILED_HEADER_H
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
|
|
//#include <ole2.h>
|
|
|
|
#include <shlobj.h>
|
|
#include <shlobjp.h>
|
|
#include <shellapi.h>
|
|
#include <shlapip.h>
|
|
#include <shlwapi.h>
|
|
#include <shlwapip.h>
|
|
#include <shlguid.h>
|
|
#include <shlguidp.h>
|
|
#include <shfusion.h>
|
|
|
|
#include "common.h"
|
|
#include "imguids.h"
|
|
|
|
#endif
|