ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdate/HostUpdate.hpp
(Generate patch)

Comparing HostUpdate/HostUpdate.hpp (file contents):
Revision 22 by Douglas Thrift, 2003-11-10T23:58:38-08:00 vs.
Revision 192 by Douglas Thrift, 2004-08-22T21:23:29-07:00

# Line 19 | Line 19
19  
20   using namespace std;
21  
22 + extern "C"
23 + {
24   #include <sys/types.h>
25   #include <sys/stat.h>
26 + }
27  
28   #ifndef _WIN32
29  
30 + extern "C"
31 + {
32   #include <unistd.h>
33   #include <dirent.h>
34 + }
35  
36   const char slash = '/';
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines