Changeset 478 for trunk/zoo-project/zoo-kernel/service_internal.h
- Timestamp:
- May 27, 2014, 4:05:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal.h
r476 r478 31 31 #define TIME_SIZE 40 32 32 33 #include "cgic.h"34 33 #include <libintl.h> 35 34 #include <locale.h> … … 39 38 #include <sys/stat.h> 40 39 #include <sys/types.h> 40 #include "cgic.h" 41 41 #ifndef WIN32 42 42 #include <sys/ipc.h> … … 145 145 int loadRemoteFile(maps**,map**,HINTERNET,char*); 146 146 147 #ifdef USE_MS148 147 char *readVSIFile(maps*,const char*); 149 #endif150 148 void parseIdentifier(maps*,char*,char*,char*); 151 149 int updateStatus( maps*,const int,const char*);
Note: See TracChangeset
for help on using the changeset viewer.