00001 /*========================================================================= 00002 00003 Program: Open IGT Link Library 00004 Module: $HeadURL: http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink/Source/igtlWindows.h $ 00005 Language: C++ 00006 Date: $Date: 2008-12-22 19:05:42 -0500 (Mon, 22 Dec 2008) $ 00007 Version: $Revision: 3460 $ 00008 00009 Copyright (c) Insight Software Consortium. All rights reserved. 00010 00011 This software is distributed WITHOUT ANY WARRANTY; without even 00012 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00013 PURPOSE. See the above copyright notices for more information. 00014 00015 =========================================================================*/ 00016 /*========================================================================= 00017 00018 Program: Insight Segmentation & Registration Toolkit 00019 Module: $RCSfile: itkWindows.h,v $ 00020 Language: C++ 00021 Date: $Date: 2008-12-22 19:05:42 -0500 (Mon, 22 Dec 2008) $ 00022 Version: $Revision: 3460 $ 00023 00024 Copyright (c) Insight Software Consortium. All rights reserved. 00025 See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. 00026 00027 This software is distributed WITHOUT ANY WARRANTY; without even 00028 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00029 PURPOSE. See the above copyright notices for more information. 00030 00031 =========================================================================*/ 00034 #ifndef __igtlWindows_h 00035 #define __igtlWindows_h 00036 00037 #ifndef NOMINMAX 00038 #define NOMINMAX 00039 #endif 00040 00041 #ifdef WIN32_LEAN_AND_MEAN 00042 #undef WIN32_LEAN_AND_MEAN 00043 #endif 00044 00045 #define WIN32_LEAN_AND_MEAN 00046 00047 #include <windows.h> 00048 #include <winbase.h> 00049 00050 #endif 00051