Add the COMPATIBLE_INTERFACE_STRING property.

This commit is contained in:
Stephen Kelly
2013-01-06 13:49:20 +01:00
parent cd66b9131d
commit 2fb2c32f9b
22 changed files with 186 additions and 1 deletions

View File

@@ -11,6 +11,18 @@
#error Expected BOOL_PROP3
#endif
#ifndef STRING_PROP1
#error Expected STRING_PROP1
#endif
#ifndef STRING_PROP2
#error Expected STRING_PROP2
#endif
#ifndef STRING_PROP3
#error Expected STRING_PROP3
#endif
#include "iface2.h"
int main(int argc, char **argv)