Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -86,8 +86,6 @@ func GetOSVersion() OSVersion {
|
| 86 | 86 |
} |
| 87 | 87 |
|
| 88 | 88 |
// IsWindowsClient returns true if the SKU is client |
| 89 |
-// @engine maintainers - this function should not be removed or modified as it |
|
| 90 |
-// is used to enforce licensing restrictions on Windows. |
|
| 91 | 89 |
func IsWindowsClient() bool {
|
| 92 | 90 |
osviex := &osVersionInfoEx{OSVersionInfoSize: 284}
|
| 93 | 91 |
r1, _, err := procGetVersionExW.Call(uintptr(unsafe.Pointer(osviex))) |