diff options
author | aunsane <aunsane@gmail.com> | 2018-02-03 20:12:34 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-02-03 20:12:55 +0300 |
commit | 106cab98d0aa170af4c96a34f4886597ec0496a6 (patch) | |
tree | 9d41697924a55e796140f24fb8b2cae5415580a2 /protocols/Steam/src/resource.h | |
parent | 8b66865f9082099a0735ef82ca5eaa88c1b548b4 (diff) |
Steam: added polling error limit setting
Diffstat (limited to 'protocols/Steam/src/resource.h')
-rw-r--r-- | protocols/Steam/src/resource.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/Steam/src/resource.h b/protocols/Steam/src/resource.h index fa9145b922..db1260e482 100644 --- a/protocols/Steam/src/resource.h +++ b/protocols/Steam/src/resource.h @@ -32,6 +32,8 @@ #define IDC_BM_LIST 1064
#define IDC_LIST 1065
#define IDC_TEXT 1082
+#define IDC_POLLINGERRORLIMIT 1085
+#define IDC_POLLINGERRORLIMITSPIN 1086
#define IDC_OPENDOMAIN 1200
#define IDC_GETDOMAIN 1200
@@ -39,9 +41,9 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 125
+#define _APS_NEXT_RESOURCE_VALUE 126
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1085
+#define _APS_NEXT_CONTROL_VALUE 1087
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|