ALBA
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Alba_Release
Source
Base
albaIncludeWIN32.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ALBA (Agile Library for Biomedical Applications)
4
Module: albaIncludeWIN32
5
Authors: Based on itkWindows.h (www.itk.org)
6
7
Copyright (c) BIC
8
All rights reserved. See Copyright.txt or
9
10
11
This software is distributed WITHOUT ANY WARRANTY; without even
12
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13
PURPOSE. See the above copyright notice for more information.
14
15
=========================================================================*/
18
#include "albaConfigure.h"
19
20
#ifndef __albaIncludeWIN32_h
21
#define __albaIncludeWIN32_h
22
23
// include first wxWidgets if present
24
#ifdef ALBA_USE_WX
25
#include "
albaIncludeWX.h
"
26
#endif
27
28
#ifndef NOMINMAX
29
#define NOMINMAX
30
#endif
31
32
#ifdef WIN32
33
#define WIN32_LEAN_AND_MEAN
34
#include <windows.h>
35
#include <winbase.h>
36
#endif
37
38
#endif
albaIncludeWX.h
Generated by
1.9.5