[gtk/wip/otte/for-master: 22/24] gdktypes: Remove GDK_EXTERN_VAR
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/for-master: 22/24] gdktypes: Remove GDK_EXTERN_VAR
- Date: Tue, 26 Oct 2021 19:04:04 +0000 (UTC)
commit 41919158cce469054e9a52061e23a09d53b5ef82
Author: Benjamin Otte <otte redhat com>
Date: Mon Oct 25 01:58:35 2021 +0200
gdktypes: Remove GDK_EXTERN_VAR
It is unused.
gdk/gdktypes.h | 23 -----------------------
1 file changed, 23 deletions(-)
---
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 10f4aff08a..1629c264a4 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -460,26 +460,3 @@ struct _GdkKeymapKey
G_END_DECLS
-/*< private >
- * GDK_EXTERN_VAR:
- *
- * A macro to annotate extern variables so that they show up properly in
- * Windows DLLs.
- */
-#ifndef GDK_EXTERN_VAR
-# ifdef G_PLATFORM_WIN32
-# ifdef GTK_COMPILATION
-# ifdef DLL_EXPORT
-# define GDK_EXTERN_VAR __declspec(dllexport)
-# else /* !DLL_EXPORT */
-# define GDK_EXTERN_VAR extern
-# endif /* !DLL_EXPORT */
-# else /* !GTK_COMPILATION */
-# define GDK_EXTERN_VAR extern __declspec(dllimport)
-# endif /* !GTK_COMPILATION */
-# else /* !G_PLATFORM_WIN32 */
-# define GDK_EXTERN_VAR _GDK_EXTERN
-# endif /* !G_PLATFORM_WIN32 */
-#endif /* GDK_EXTERN_VAR */
-
-#endif /* __GDK_TYPES_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]