This file is indexed.

/usr/include/oce/WNT_Bitmap.h is in liboce-visualization-dev 0.9.1-3.

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
#ifndef __WNT_BITMAP_H
# define __WNT_BITMAP_H

# 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

typedef struct _wnt_bitmap {

                int     nUsed;
                HBITMAP hBmp;

               } WNT_Bitmap, *PWNT_Bitmap;

#endif  /* __WNT_SAFEBITMAP_H */