X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Fwindoze_helper.h;h=969501b55022ebcfa13f09c57ff968dacb7d4405;hb=5a8e13e7a44ed98d9683bc6cd3bb374e9d3b0756;hp=3da874538d22c3ca89f5b4442d54cd7313e15854;hpb=24b2947ed9364f3e83fa1bb544ff6b1fdbf0428f;p=feisty_meow.git diff --git a/nucleus/library/application/windoze_helper.h b/nucleus/library/application/windoze_helper.h index 3da87453..969501b5 100644 --- a/nucleus/library/application/windoze_helper.h +++ b/nucleus/library/application/windoze_helper.h @@ -216,7 +216,9 @@ namespace application { #define BROADCAST_HANDLE HWND_BROADCAST enum known_operating_systems { - WIN_95, WIN_NT, WIN_2K, WIN_XP, WIN_SRV2K3, WIN_VISTA, WIN_SRV2K8, + WIN_95, WIN_NT, WIN_2K, WIN_XP, WIN_SRV2K3, WIN_VISTA, +///WIN_SRV2K8, + WIN_7, WIN_8, WIN_10, UNKNOWN_OS }; const char *opsystem_name(known_operating_systems which);