run master pidl
[metze/wireshark/wip.git] / capture-wpcap.c
index ea5f4f5aef59242725f33419bb01a84c076b1d85..2467dc7be0becc2fc095c1bbbb65b634df8a8f00 100644 (file)
@@ -127,7 +127,7 @@ typedef struct {
        gboolean        optional;
 } symbol_table_t;
 
-#define SYM(x, y)      { STRINGIFY(x) , (gpointer) &CONCAT(p_,x), y }
+#define SYM(x, y)      { G_STRINGIFY(x) , (gpointer) &CONCAT(p_,x), y }
 
 void
 load_wpcap(void)
@@ -903,7 +903,7 @@ cant_get_if_list_error_message(const char *err_str)
 void
 get_compiled_pcap_version(GString *str)
 {
-       g_string_append(str, "with WinPcap (" STRINGIFY(PCAP_VERSION) ")");
+       g_string_append(str, "with WinPcap (" G_STRINGIFY(WINPCAP_VERSION) ")");
 }
 
 /*