RTAB-Map
0.23.10
Real-Time Appearance-Based Mapping
Loading...
Searching...
No Matches
UWin32.h
1
2
// Written by Phillip Sitbon
3
// Copyright 2003
4
//
5
// Win32.h
6
// - Windows includes
7
//
9
#ifndef _U_Win32_
10
#define _U_Win32_
11
12
#if !defined(_WINDOWS_)
13
// WIN32 Excludes
14
#ifdef WIN32_LEAN_AND_MEAN
15
# define VC_EXTRALEAN
16
# define WIN32_LEAN_AND_MEAN
17
# define _PRSHT_H_
18
# define NOGDICAPMASKS
// CC_*, LC_*, PC_*, CP_*, TC_*, RC_
19
# define NOVIRTUALKEYCODES
// VK_*
20
# define NOWINMESSAGES
// WM_*, EM_*, LB_*, CB_*
21
# define NOWINSTYLES
// WS_*, CS_*, ES_*, LBS_*, SBS_*, CBS_*
22
# define NOSYSMETRICS
// SM_*
23
# define NOMENUS
// MF_*
24
# define NOICONS
// IDI_*
25
# define NOKEYSTATES
// MK_*
26
# define NOSYSCOMMANDS
// SC_*
27
# define NORASTEROPS
// Binary and Tertiary raster ops
28
# define NOSHOWWINDOW
// SW_*
29
# define OEMRESOURCE
// OEM Resource values
30
# define NOATOM
// Atom Manager routines
31
# define NOCLIPBOARD
// Clipboard routines
32
# define NOCOLOR
// Screen colors
33
# define NOCTLMGR
// Control and Dialog routines
34
# define NODRAWTEXT
// DrawText() and DT_*
35
# define NOGDI
// All GDI defines and routines
36
# define NOKERNEL
// All KERNEL defines and routines
37
# define NOUSER
// All USER defines and routines
38
# define NONLS
// All NLS defines and routines
39
# define NOMB
// MB_* and MessageBox()
40
# define NOMEMMGR
// GMEM_*, LMEM_*, GHND, LHND, associated routines
41
# define NOMETAFILE
// typedef METAFILEPICT
42
# define NOMINMAX
// Macros min(a,b) and max(a,b)
43
# define NOMSG
// typedef MSG and associated routines
44
# define NOOPENFILE
// OpenFile(), OemToAnsi, AnsiToOem, and OF_*
45
# define NOSCROLL
// SB_* and scrolling routines
46
# define NOSERVICE
// All Service Controller routines, SERVICE_ equates, etc.
47
# define NOSOUND
// Sound driver routines
48
# define NOTEXTMETRIC
// typedef TEXTMETRIC and associated routines
49
# define NOWH
// SetWindowsHook and WH_*
50
# define NOWINOFFSETS
// GWL_*, GCL_*, associated routines
51
# define NOCOMM
// COMM driver routines
52
# define NOKANJI
// Kanji support stuff.
53
# define NOHELP
// Help engine interface.
54
# define NOPROFILER
// Profiler interface.
55
# define NODEFERWINDOWPOS
// DeferWindowPos routines
56
# define NOMCX
// Modem Configuration Extensions
57
#endif
// WIN32_LEAN_AND_MEAN
58
//
59
# include <windows.h>
60
#endif
61
62
#endif
// !_U_Win32_
utilite
include
rtabmap
utilite
Win32
UWin32.h
Generated by
1.9.8