TargetWin32

I would opt for depricating TargetWin32 :

TargetWin32
True if running on any version of Windows (even 64-bit). Win32 is actually the name of the framework, which Microsoft has now started referring to as WinAPI.

TargetWindows
True when running on any version of Windows.

Indeed, TargetWin32 is very confusing when creating 64-bit Windows applications.
A simple find/replace of TargetWin32 by TargetWindows is easily done. :wink:

Which I did. :slight_smile: