Changeset 767 for trunk/zoo-project/zoo-kernel/zoo_service_loader.c
- Timestamp:
- Jun 9, 2016, 2:21:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/zoo_service_loader.c
r765 r767 34 34 #include "cgic.h" 35 35 36 extern "C"37 {38 36 #include <libxml/tree.h> 39 37 #include <libxml/xmlmemory.h> … … 41 39 #include <libxml/xpath.h> 42 40 #include <libxml/xpathInternals.h> 43 }44 41 45 42 #include "ulinet.h" … … 1722 1719 #ifndef WIN32 1723 1720 setenv (mapcs->name, mapcs->value, 1); 1724 #else1725 1721 #ifdef DEBUG 1726 1722 fprintf (stderr, "[ZOO: setenv (%s=%s)]\n", mapcs->name, 1727 1723 mapcs->value); 1728 1724 #endif 1725 #else 1729 1726 if (mapcs->value[strlen (mapcs->value) - 2] == '\r') 1730 1727 { … … 1746 1743 } 1747 1744 #else 1748 1749 1750 1745 SetEnvironmentVariable (mapcs->name, mapcs->value); 1751 1746 #endif
Note: See TracChangeset
for help on using the changeset viewer.