mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-28 09:13:55 +00:00
odin report add Windows 10 Education Edition.
This commit is contained in:
@@ -47,6 +47,14 @@ void report_windows_product_type(DWORD ProductType) {
|
||||
gb_printf("Home Basic N");
|
||||
break;
|
||||
|
||||
case PRODUCT_EDUCATION:
|
||||
gb_printf("Education");
|
||||
break;
|
||||
|
||||
case PRODUCT_EDUCATION_N:
|
||||
gb_printf("Education N");
|
||||
break;
|
||||
|
||||
case PRODUCT_BUSINESS:
|
||||
gb_printf("Business");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user