aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/os_version_info.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Finish moving the parenthesis.Guy Harris1-1/+1
2016-06-13Fix a compile error.Guy Harris1-1/+1
2016-06-13Don't assume we can get a module handle for kernel32.dll.Guy Harris1-1/+10
2015-07-07Next Windows Server version seems to be named Windows Server 2016 nowPascal Quantin1-1/+1
2015-01-28win32: fix detection of Windows 10 Technical PreviewPascal Quantin1-2/+20
2014-12-29Restore string.h to os_version.cMartin Mathieson1-0/+1
2014-12-28Deleting unnecessary #includes from wsutil.Martin Mathieson1-1/+0
2014-11-02Add identification of Windows (Server) 10Pascal Quantin1-0/+3
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-0/+13
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris1-0/+24
2014-06-21Clean up inclusion of cfutils.h.Guy Harris1-1/+1
2014-06-21Need <string.h> for string routines.Guy Harris1-1/+3
2014-06-21We need the Unicode utilities, at least on Windows.Guy Harris1-4/+2
2014-06-21We need <windows.h> on Windows.Guy Harris1-0/+4
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-0/+474