Function: w32-version

w32-version is a byte-compiled function defined in w32-win.el.gz.

Signature

(w32-version)

Documentation

Return the MS-Windows version numbers.

The value is a list of three integers: the major and minor version numbers, and the build number.

Source Code

;; Defined in /usr/src/emacs/lisp/term/w32-win.el.gz
(defun w32-version ()
  "Return the MS-Windows version numbers.
The value is a list of three integers: the major and minor version
numbers, and the build number."
  (x-server-version))