winamp/Src/Plugins/Input/in_nsv/proxydt.h
2024-09-24 14:54:57 +02:00

16 lines
217 B
C++

// proxydt.h
#ifndef PROXYDT_H
#define PROXYDT_H
#include <string>
#include <stdio.h>
#include <atlbase.h>
char* detectBrowserProxy();
char* DetectIEProxy();
char* DetectNS4Proxy();
char* DetectNS6Proxy();
#endif