"Reece Dunn" msclrhd@googlemail.com writes:
diff --git a/include/tmschema.h b/include/tmschema.h index 910de19..3a3e3e3 100644 --- a/include/tmschema.h +++ b/include/tmschema.h @@ -20,6 +20,10 @@ #ifndef __WINE_TMSCHEMA_H #define __WINE_TMSCHEMA_H
+#if defined(__WINE_VSSYM32_H) +# error tmschema.h (XP) cannot be included along side vssym32.h (Vista). +#endif
That's not the way it's done in the SDK.