mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-06-01 17:15:48 +08:00
10 lines
275 B
C
10 lines
275 B
C
#ifndef RUNNER_PROXY_CLEANUP_H_
|
|
#define RUNNER_PROXY_CLEANUP_H_
|
|
|
|
// Disables the current user's Internet Settings proxy and clears related
|
|
// values, then refreshes WinInet so the change takes effect immediately.
|
|
void ClearSystemProxy();
|
|
|
|
#endif // RUNNER_PROXY_CLEANUP_H_
|
|
|