Variable: hyperb:microsoft-os-p

hyperb:microsoft-os-p is a variable defined in hload-path.el.

Value

nil

Documentation

Non-nil iff Hyperbole is running under a Microsoft OS but not for WSL.

WSL is Windows Subsystem for Linux. Use hyperb:wsl-os-p to test if running under WSL.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hload-path.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar hyperb:microsoft-os-p
  (memq system-type '(ms-windows windows-nt ms-dos win32))
  "Non-nil iff Hyperbole is running under a Microsoft OS but not for WSL.
WSL is Windows Subsystem for Linux.
Use `hyperb:wsl-os-p' to test if running under WSL.")