projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
modified configure to allow configuration of wxMotif under Darwin/Mac OS X
[wxWidgets.git]
/
include
/
wx
/
fs_inet.h
diff --git
a/include/wx/fs_inet.h
b/include/wx/fs_inet.h
index ccf2a719154d55aef5998139e0c22e7c82137a64..ce193551b1d4c2a95cb6364a9377c77bbded712c 100644
(file)
--- a/
include/wx/fs_inet.h
+++ b/
include/wx/fs_inet.h
@@
-8,7
+8,7
@@
/*
/*
-REMARKS :
+REMARKS :
This FS creates local cache (in /tmp directory). The cache is freed
on program exit.
This FS creates local cache (in /tmp directory). The cache is freed
on program exit.
@@
-20,24
+20,18
@@
limitation)
*/
#ifdef __GNUG__
*/
#ifdef __GNUG__
-#pragma i
mplementation
+#pragma i
nterface "fs_inet.h"
#endif
#endif
-#include
<wx/wxprec.h>
+#include
"wx/defs.h"
-#ifdef __BORDLANDC__
-#pragma hdrstop
-#endif
-
-#if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
+#if wxUSE_FILESYSTEM && wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
#ifndef WXPRECOMP
#ifndef WXPRECOMP
-#include <wx/wx.h>
+ #include "wx/hash.h"
#endif
#endif
-#include <wx/filesys.h>
-
-
+#include "wx/filesys.h"
//--------------------------------------------------------------------------------
// wxInternetFSHandler
//--------------------------------------------------------------------------------
// wxInternetFSHandler
@@
-55,5
+49,5
@@
class WXDLLEXPORT wxInternetFSHandler : public wxFileSystemHandler
};
#endif
};
#endif
- // wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
+ // wxUSE_F
ILESYSTEM && wxUSE_F
S_INET && wxUSE_STREAMS && wxUSE_SOCKETS