Odd TargetWindows option

I’ve cleaning up a project and separating out Windows code from Unix-y code and just discovered an odd entry in 15r4 - TargetWindows.

It autocompletes and compiles, but I can’t determine if it’s a pseudonym for TargetWin32 or something that’s been exposed that shouldn’t have been.

@Norman Palardy - any comment?

For now, Ill stick with TargetWin32.

http://developer.xojo.com/compiler-constants

Currently this is synonymous with TargetWin32, but is clearer in intent. If there was ever a Windows framework build atop something other than the Win32 APIs, the values would diverge.

Thanks, @Eric Brown - that wasn’t listed in the LR Table of Contents.

Thanks @Joe Ranieri - that makes perfect sense.