Thomas-Sparber / wmi

Very simple C++ library to query WMI (even for MinGW)
Other
91 stars 24 forks source link

Fixing cross-compile errors caused by 'case' mismatches in some #18

Closed PerryWerneck closed 3 years ago

PerryWerneck commented 3 years ago

I'm working on a rpm package of wmi for installation in cross-compiler environments (https://build.opensuse.org/package/show/home:PerryWerneck:mingw/mingw64-libwmi++). During this I got some build errors caused by case mismatch on some file names.

Thomas-Sparber commented 3 years ago

Thanks for your contribution!