mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 17:12:39 -05:00
Fix preprocessor directive
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16397 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a4de1b8ecb
commit
f352281d42
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ QUrl systemProxy(void)
|
|||
{
|
||||
#if defined(Q_OS_LINUX)
|
||||
return QUrl(getenv("http_proxy"));
|
||||
#elseif defined(Q_OS_WIN32)
|
||||
#elif defined(Q_OS_WIN32)
|
||||
HKEY hk;
|
||||
wchar_t proxyval[80];
|
||||
DWORD buflen = 80;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue