Files
proxypin/windows/runner/proxy_cleanup.h
2026-05-09 14:02:04 +08:00

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_