/usr/include/wx-2.6/wx/gizmos/gizmos.h is in wx2.6-headers 2.6.3.2.2-5ubuntu4.
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 | #ifndef _WX_GIZMOS_H_
#define _WX_GIZMOS_H_
#ifdef WXMAKINGDLL_GIZMOS
#define WXDLLIMPEXP_GIZMOS WXEXPORT
#elif defined(WXUSINGDLL)
#define WXDLLIMPEXP_GIZMOS WXIMPORT
#else // not making nor using DLL
#define WXDLLIMPEXP_GIZMOS
#endif
#ifdef WXMAKINGDLL_GIZMOS_XRC
#define WXDLLIMPEXP_GIZMOS_XRC WXEXPORT
#elif defined(WXUSINGDLL)
#define WXDLLIMPEXP_GIZMOS_XRC WXIMPORT
#else // not making nor using DLL
#define WXDLLIMPEXP_GIZMOS_XRC
#endif
#endif
|