This file is indexed.

/usr/include/opencascade/WNT_WindowData.hxx is in libopencascade-visualization-dev 6.5.0.dfsg-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
31
32
#ifndef __WNT_WindowData_HeaderFile
# define __WNT_WindowData_HeaderFile

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

#  ifdef DrawText
#   undef DrawText
#  endif // DrawText

#  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 

#include <InterfaceGraphic_WNT.hxx>

typedef WINDOW_DATA WNT_WindowData;

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

#endif  // __WNT_WindowData_HeaderFile