I have some troubles after porting my project to Visual Studio 2013 more precisely with Direct X SDK. It results with a lot of macro redefinition warnings like:
warning C4005: 'D2DERR_BAD_NUMBER' : macro redefinition
warning C4005: 'D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED' : macro redefinition
I know that it's caused because Windows Kit 8.1 already have Direct X SDK "installed" but I would like to use my old one (Which is already include to my project) and don't use the one from Windows Kit anymore.
Thank's.