- 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:
SoftCoder
2014-01-01 14:58:14 -08:00
parent 6f4c3ed033
commit 5f1e67ec9b
4 changed files with 15 additions and 5 deletions

View File

@@ -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.