RuntimePlatform.WindowsEditor
Description

In the Unity editor on Windows.

See Also: Platform dependent Compilation.
	if (Application.platform == RuntimePlatform.WindowsEditor)
		Debug.Log("Do something special here!");