Changeset 680 for trunk/zoo-project/zoo-kernel/server_internal.h
- Timestamp:
- Jun 24, 2015, 1:58:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/server_internal.h
r676 r680 22 22 * THE SOFTWARE. 23 23 */ 24 25 #ifdef WIN32 26 #pragma comment(lib, "rpcrt4.lib") 27 #endif 24 28 25 29 #include "ulinet.h" … … 61 65 int createRegistry (maps*,registry **,char *); 62 66 67 #ifdef WIN32 68 char* getMapsAsKVP(maps*,int,int); 69 #endif 70 63 71 #ifdef __cplusplus 64 72 }
Note: See TracChangeset
for help on using the changeset viewer.