#ifndef _PRECOMP_H_ #define _PRECOMP_H_ // // PCH.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 #include #include #include #include #include #include #include #include #include "..\ieakutil\ieakutil.h" #include "..\ieakui\common.h" #include "..\ieakui\resource.h" #include "..\ieakui\wizard.h" #include "..\ieakui\insdll.h" #include "..\ieakui\legacy.h" #include "ieakeng.h" #include "favsproc.h" #include "exports.h" #include "utils.h" #include "resource.h" #endif