aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/os_version_info.c
Commit message (Collapse)AuthorAgeFilesLines
* Move get_os_major_version() to wsutil and rename it to ↵Guy Harris2014-06-211-0/+24
| | | | | | | | | | get_windows_major_version(). It's Windows-specific, so name it appropriately. Change-Id: Ic518cbfabebf95757f6b308a4d547a6cabed6a5e Reviewed-on: https://code.wireshark.org/review/2528 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* Clean up inclusion of cfutils.h.Guy Harris2014-06-211-1/+1
| | | | | | Change-Id: I7da381f12db6721448e15d30d441a943127cbca1 Reviewed-on: https://code.wireshark.org/review/2522 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* Need <string.h> for string routines.Guy Harris2014-06-211-1/+3
| | | | | | Change-Id: I828bb29953727eb43e169fa9b06837c9657ca051 Reviewed-on: https://code.wireshark.org/review/2517 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* We need the Unicode utilities, at least on Windows.Guy Harris2014-06-211-4/+2
| | | | | | | | Multiple UTFs FTW! Change-Id: Ib50dda4577f0038b11179be92dc6fb321b033618 Reviewed-on: https://code.wireshark.org/review/2516 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* We need <windows.h> on Windows.Guy Harris2014-06-211-0/+4
| | | | | | Change-Id: I54c9991b3322d14966913367f951900cc7e54c4e Reviewed-on: https://code.wireshark.org/review/2513 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* Move get_os_version_info() to libwsutil.Guy Harris2014-06-211-0/+474
This mean we also have to move CFString_to_C_string() there for OS X. Change-Id: Ic91ad872e9d5290cf34f842503ededd5452e4337 Reviewed-on: https://code.wireshark.org/review/2511 Reviewed-by: Guy Harris <guy@alum.mit.edu>