Windows template library WTL

Hi, I’m beginning using Rust, and I wanted to use WTL for my first Windows application (https://github.com/varding/wtl-rs). However, when I tried to compile the library I got error[E0592]: duplicate definitions... I tried to rename “item”, to comment it out, etc. but I only created more bugs. Could you suggest how to fix the error?
Thank you!

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.