I'm building a C++ project which includes 2 libraries whom implicitly include for 2 times windows.h
:
Knowing that I need these two libraries into my project, how do I to get around this issue?
Any brilliant idea, please?
Try to hide mentioned libraries using some facade interface that these includes are not visible in the same compilation unit.