Skip to content
Snippets Groups Projects

C++ modules support.

Closed Twaik Yont requested to merge twaik/xserver:master into master
Files
15
+ 4
0
@@ -55,7 +55,11 @@ typedef struct {
union {
struct {
char visibility;
#ifndef __cplusplus
char class;
#else
char c_class;
#endif
char root;
} win;
struct {
Loading