mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 21:51:17 +02:00
- updated network throttle check to output nothing if we cannot open the reg key (likely because it does not exist and does not apply)
- updated libvlc use in windows to use 2.1.2
This commit is contained in:
@@ -453,7 +453,8 @@ void CheckPacketThrottling() {
|
||||
LONG reg_result = RegOpenKeyEx(HKEY_LOCAL_MACHINE,subKey.c_str(),0, KEY_QUERY_VALUE, &keyHandle);
|
||||
|
||||
if(reg_result != ERROR_SUCCESS) {
|
||||
printf("\nError opening network throttle registry hive: %d\n",reg_result);
|
||||
//printf("\nError opening network throttle registry hive: %d\n",reg_result);
|
||||
return;
|
||||
}
|
||||
//Set the value.
|
||||
|
||||
|
Reference in New Issue
Block a user