Added new function null_device(), which returns the name of the NULL device (e.g...
commitd4146475d9b1cfa19a889252779b4ce48b63ae86
authorLoRd_MuldeR <mulder2@gmx.de>
Mon, 15 Oct 2018 21:22:55 +0000 (15 23:22 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Mon, 15 Oct 2018 21:22:55 +0000 (15 23:22 +0200)
tree4bb5222841d80abd2bb103b306ef071f80c0a785
parentce24bd2d05d312bde5825d5580d61383bf80c86f
Added new function null_device(), which returns the name of the NULL device (e.g. "/dev/null" or "NUL") for the current platform.
include/MUtils/OSSupport.h
src/OSSupport_Win32.cpp