When I build a project (with VS2012) I get folowing output several times:
warning C4995: \'DwmEnableComposition\': name was marked as #pragma deprecated
The problem is the DwmEnableComposition function. Is deprecated as of Windows 8.
DwmEnableComposition
When the compiler encounters a deprecated symbol like in this case, it issues C4995.
More info:
DwmEnableComposition function
Compiler Warning (level 3) C4995