mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 19:52:30 +00:00
Merge branch 'master' of https://github.com/odin-lang/Odin
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