# File lib/mobileesp_converted/user_agent_info.rb, line 601 def detect_windows_mobile() if (detect_windows_phone()) return false end if (user_agent.include?(DEVICE_WIN_MOB) || user_agent.include?(DEVICE_WIN_MOB) || user_agent.include?(DEVICE_IE_MOB) || user_agent.include?(ENGINE_PIE) || (user_agent.include?(MANU_HTC) && user_agent.include?(DEVICE_WINDOWS)) || (detect_wap_wml() && user_agent.include?(DEVICE_WINDOWS))) return true end if (user_agent.include?(DEVICE_PPC) && !(user_agent.include?(DEVICE_MAC_PPC))) return true end return false end