View | Details | Raw Unified | Return to issue 14044
Collapse All | Expand All

(-)ooo_11beta2_src/vcl/unx/inc/postx.h (-1 / +1 lines)
Lines 72-78 Link Here
72
#ifndef _POSTX_H
72
#ifndef _POSTX_H
73
#define _POSTX_H
73
#define _POSTX_H
74
74
75
#if defined __cplusplus && ! defined LINUX
75
#if defined __cplusplus
76
}
76
}
77
#endif
77
#endif
78
78
(-)ooo_11beta2_src/vcl/unx/inc/prex.h (-1 / +1 lines)
Lines 98-104 Link Here
98
struct _XDisplay;
98
struct _XDisplay;
99
#endif   
99
#endif   
100
100
101
#if defined __cplusplus && ! defined LINUX
101
#if defined __cplusplus &&
102
extern "C" {
102
extern "C" {
103
#endif
103
#endif
104
#include <X11/X.h>
104
#include <X11/X.h>

Return to issue 14044