#ifndef _PRECOMP_H_ #define _PRECOMP_H_ ///////////////////////////////////////////////////////////////////////// // // ATL / OLE HACKHACK // // Include before anything else that messes with names. // Although everybody gets the wrong name, at least it's *consistently* // the wrong name, so everything links. // // NOTE: This means that while debugging you will see functions like // ShellExecuteExWrapW when you expected to see // ShellExecuteExW. // #include #include #include #include #include #include #include #include "ieakutil.h" #include "debug.h" #endif