summaryrefslogtreecommitdiff
path: root/inc/WNT_ColorRef.hxx
blob: 83014acfbd6c935db5b65b49b9f1f645e4549e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ifndef __WNT_ColorRef_HeaderFile
# define __WNT_ColorRef_HeaderFile

# ifndef __WINDOWS_H_INCLUDED
#  define __WINDOWS_H_INCLUDED
#  ifndef STRICT
#   define STRICT
#  endif  /* STRICT */
#  define WIN32_LEAN_AND_MEAN
#  include <windows.h>

#ifdef DrawText
#undef DrawText
#endif

#  ifdef THIS
#   undef THIS
#  endif  // THIS
# endif  // __WINDOWS_H_INCLUDED

# ifndef __STANDARD_TYPE_HXX_INCLUDED
#  define __STANDARD_TYPE_HXX_INCLUDED
#  include <Standard_Type.hxx>
# endif  // __STANDARD_TYPE_HXX_INCLUDED 

typedef COLORREF WNT_ColorRef;

extern const Handle( Standard_Type )& STANDARD_TYPE( WNT_ColorRef );

#endif  // __WNT_ColorRef_HeaderFile