stdafx.h

Go to the documentation of this file.
00001 
00034 #pragma once
00035 
00036 // Modify the following defines if you have to target a platform prior to the ones specified below.
00037 // Refer to MSDN for the latest info on corresponding values for different platforms.
00038 #ifndef WINVER                          // Allow use of features specific to Windows XP or later.
00039 #define WINVER 0x0501           // Change this to the appropriate value to target other versions of Windows.
00040 #endif
00041 
00042 #ifndef _WIN32_WINNT            // Allow use of features specific to Windows XP or later.                   
00043 #define _WIN32_WINNT 0x0501     // Change this to the appropriate value to target other versions of Windows.
00044 #endif                                          
00045 
00046 #ifndef _WIN32_WINDOWS          // Allow use of features specific to Windows 98 or later.
00047 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
00048 #endif
00049 
00050 #ifndef _WIN32_IE                       // Allow use of features specific to IE 6.0 or later.
00051 #define _WIN32_IE 0x0600        // Change this to the appropriate value to target other versions of IE.
00052 #endif
00053 
00054 /**********
00055 Software License Agreement (BSD License)
00056 
00057 Copyright (c) 2008, Meraka Institute
00058 All rights reserved.
00059 
00060 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
00061 
00062 * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
00063 * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
00064 * Neither the name of the Meraka Institute nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
00065 
00066 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
00067 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
00068 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
00069 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
00070 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
00071 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
00072 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
00073 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
00074 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
00075 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
00076 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00077 **********/
00078 
00079 #define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
00080 // Windows Header Files:
00081 #include <windows.h>
00082 
00083 #pragma warning(push)     // disable for this header only
00084 #pragma warning(disable:4312)
00085 // DirectShow
00086 #include <streams.h>
00087 #pragma warning(pop)      // restore original warning level
00088 
00089 //STL
00090 #include <vector>
00091 #include <string>
00092 
00093 //Meraka
00094 #include <DirectShow/SettingsInterface.h>
00095 #include <DirectShow/CommonDefs.h>

Generated on Fri Mar 13 14:12:38 2009 for RTVC by  doxygen 1.5.3