Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skypeweb/libskypeweb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index 02155fd..9a2245e 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -19,6 +19,10 @@
#ifndef LIBSKYPEWEB_H
#define LIBSKYPEWEB_H
+#ifndef PURPLE_PLUGINS
+# define PURPLE_PLUGINS
+#endif
+
/* Maximum number of simultaneous connections to a server */
#define SKYPEWEB_MAX_CONNECTIONS 16
@@ -72,10 +76,6 @@
#define json_node_get_array(JSON_NODE) \
(JSON_NODE && JSON_NODE_TYPE(JSON_NODE) == JSON_NODE_ARRAY ? json_node_get_array(JSON_NODE) : NULL)
-#ifndef PURPLE_PLUGINS
-# define PURPLE_PLUGINS
-#endif
-
#include "accountopt.h"
#include "core.h"
#include "cmds.h"