Skip to content

Commit

Permalink
added windows 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jul 31, 2014
1 parent 63ded80 commit 98bcf20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screenfetch-c.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ void detect_distro(char* str)
safe_strncpy(str, "Microsoft Windows 7", MAX_STRLEN);
#elif defined(NTDDI_WIN8)
safe_strncpy(str, "Microsoft Windows 8", MAX_STRLEN);
#elif defined(NTDDI_WINBLUE)
safe_strncpy(str, "Microsoft Windows 8.1", MAX_STRLEN);
#elif defined(NTDDI_VISTA) || defined(NTDDI_VISTASP1)
safe_strncpy(str, "Microsoft Windows Vista", MAX_STRLEN);
#elif defined(NTDDI_WINXP) || defined(NTDDI_WINXPSP1) || defined(NTDDI_WINXPSP2) || defined(NTDDI_WINXPSP3)
Expand Down

0 comments on commit 98bcf20

Please sign in to comment.