Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/tests/propertyset.c:
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
+#define COBJMACROS +#include "winstring.h" +#include "roapi.h"
+#define WIDL_using_Windows_Foundation +#define WIDL_using_Windows_Foundation_Collections +#include "windows.foundation.h" +#include "wintypes_test.h"
I think you can delete `#include "wintypes_test.h"`, wintypes_test.h only contains Windows.Foundation.IReference<HSTRING> and you're not using it.