Changeset 789 for trunk/zoo-project/zoo-kernel/server_internal.h
- Timestamp:
- Nov 4, 2016, 4:58:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/server_internal.h
r767 r789 25 25 #ifdef WIN32 26 26 #pragma comment(lib, "rpcrt4.lib") 27 #endif 28 29 #ifndef IMPORTSERVICE 30 #define IMPORTSERVICE "include" // default name of [include] block in main.cfg 27 31 #endif 28 32 … … 66 70 int createRegistry (maps*,registry **,char *); 67 71 72 int zoo_path_compare(char* path1, char* path2); 73 68 74 #ifdef WIN32 69 75 char* getMapsAsKVP(maps*,int,int);
Note: See TracChangeset
for help on using the changeset viewer.