Go to the source code of this file.
Defines | |
#define | PACKAGE_STRING "MobileC V2.0.0" |
#define | PACKAGE_VERSION "2.0.0" |
#define | strtok_r(buf, delim, save_ptr) strtok( buf, delim ) |
#define | strdup(str) _strdup( str ) |
#define PACKAGE_STRING "MobileC V2.0.0" |
Definition at line 4 of file winconfig.h.
Referenced by mtp_http_InitializeFromConnection().
#define PACKAGE_VERSION "2.0.0" |
Definition at line 5 of file winconfig.h.
Referenced by mtp_http_ComposeMessage(), mtp_http_CreateMessage(), and udplisten_Thread().
#define strdup | ( | str | ) | _strdup( str ) |
Definition at line 8 of file winconfig.h.
Definition at line 6 of file winconfig.h.
Referenced by agent_xml_parse__fill_row_data(), message_InitializeFromAgent(), message_send_Thread(), and message_xml_parse__message().