mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 07:55:45 -04:00
Initial community commit
This commit is contained in:
16
Src/Plugins/Input/in_mp3/proxydt.h
Normal file
16
Src/Plugins/Input/in_mp3/proxydt.h
Normal file
@ -0,0 +1,16 @@
|
||||
// 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
|
Reference in New Issue
Block a user