X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples%2Fminimalistic-stub.hxx;fp=examples%2Fminimalistic-stub.hxx;h=f6e7de1d8d9ee9d521ac40ddda71c50fd53a0a18;hp=510fa748929a31aa74c86c336742f3cc370d4f0c;hb=bfe60617b40a78d0656accf878f231ce7bfa358b;hpb=71def1d72676dc1e60abd8b24e9285b7edbc9172 diff --git a/examples/minimalistic-stub.hxx b/examples/minimalistic-stub.hxx index 510fa74..f6e7de1 100644 --- a/examples/minimalistic-stub.hxx +++ b/examples/minimalistic-stub.hxx @@ -21,10 +21,12 @@ #include #include -#ifdef _GCCXML__ +#ifdef __GCCXML__ #define LIBT2N_EXPORT __attribute((gccxml("libt2n"))) +#define LIBT2N_EXPORT_GROUP(group) __attribute((gccxml("libt2n-"#group))) #else #define LIBT2N_EXPORT +#define LIBT2N_EXPORT_GROUP(group) #endif class cmd_group_example : public libt2n::command