Itasca C++ Interface
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
c
d
e
g
i
m
n
o
p
r
s
t
v
w
Typedefs
Enumerations
Enumerator
a
c
d
f
g
h
i
k
n
p
r
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
f
g
i
m
o
q
r
s
t
u
v
Functions
c
d
g
i
m
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
common
base
src
basewin.h
1
#pragma once
2
// MOO NOTE: THis is intended to be used when you need to include direct native Win32 calls.
3
// Keep that toa minimum, and preferably to only one source file in any given project.
4
#ifdef _WIN32
5
# define VC_EXTRALEAN
6
# define Rectangle FreddyKreuger
7
# include <windows.h>
8
# undef Rectangle
9
# ifdef max
10
# undef max
11
# endif
12
# ifdef min
13
# undef min
14
# endif
15
#endif
16
// EoF
Generated by
1.10.0