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:
Diffstat (limited to 'skypeweb/glibcompat.h')
-rw-r--r--skypeweb/glibcompat.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/skypeweb/glibcompat.h b/skypeweb/glibcompat.h
index 35cb10a..95d731a 100644
--- a/skypeweb/glibcompat.h
+++ b/skypeweb/glibcompat.h
@@ -1,21 +1,21 @@
-#ifndef _GLIBCOMPAT_H_
-#define _GLIBCOMPAT_H_
-
-#if !GLIB_CHECK_VERSION(2, 32, 0)
-#define g_hash_table_contains(hash_table, key) g_hash_table_lookup_extended(hash_table, key, NULL, NULL)
-#endif /* 2.32.0 */
-
-
-#if !GLIB_CHECK_VERSION(2, 28, 0)
-gint64
-g_get_real_time()
-{
- GTimeVal val;
-
- g_get_current_time (&val);
-
- return (((gint64) val.tv_sec) * 1000000) + val.tv_usec;
-}
-#endif /* 2.28.0 */
-
+#ifndef _GLIBCOMPAT_H_
+#define _GLIBCOMPAT_H_
+
+#if !GLIB_CHECK_VERSION(2, 32, 0)
+#define g_hash_table_contains(hash_table, key) g_hash_table_lookup_extended(hash_table, key, NULL, NULL)
+#endif /* 2.32.0 */
+
+
+#if !GLIB_CHECK_VERSION(2, 28, 0)
+gint64
+g_get_real_time()
+{
+ GTimeVal val;
+
+ g_get_current_time (&val);
+
+ return (((gint64) val.tv_sec) * 1000000) + val.tv_usec;
+}
+#endif /* 2.28.0 */
+
#endif /*_GLIBCOMPAT_H_*/ \ No newline at end of file