//==========================================================================; // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR // PURPOSE. // // Copyright (c) 1997 - 1998 Microsoft Corporation. All Rights Reserved. // //--------------------------------------------------------------------------; // // Common header file for entire VidClip project. // #ifndef __VCPROJ_H__ #define __VCPROJ_H__ // Windows Header Files: #include #include // C RunTime Header Files #include #include #include // Multi-Media stream header files #include // // Required for ATL stuff // #define _WIN32_WINNT 0x0400 #define _ATL_APARTMENT_THREADED #include "atlbase.h" extern CComModule _Module; #include "atlcom.h" // Local Header Files #include "vidclip.h" #include "document.h" #include "resource.h" #endif // #ifndef __VCPROJ_H__