/*++ Copyright (c) 2000-2001, Microsoft Corporation All rights reserved. Module Name: precomp.h Abstract: Precompiled header file Revision History: 1 Mar 2001 v-michka Created. --*/ #define SECURITY_WIN32 #include "globals.h" // project level globals #include "callback.h" // enumeration callbacks #include "threads.h" // our thread stuff #include "subclass.h" // window subclassing support #include "hook.h" // all of our hook functions #include "usermsgs.h" // user messaging support #include "util.h" // utility functions #include "helpapis.h" // helper functions for specific APIs in win9xu.c #include "convert.h" // functions to convert structs and strings to and from Unicode #include "crtwrap.h" // our CRT wrappers #include "utf.h" // UTF-7/8 support #include // We always need a windows.h #include // some basic types needed #include // for the RAS functions and constants #include // for RAS errors #include // video capture message defines #include // for RegisterDeviceNotification info #include // for HSZ, etc in DDEML calls. #include // needed for comctl32 message definitions #include // various shell defs #include // that connection validator function #include // the famous OLEUI dialogs #include // Accessibility #include // multimedia #include // security API return types #include // Used for security APIs