Files
gtk/gdk
Benjamin Otte 2ed6867084 win32: Define COBJMACROS via project argument
We use it everywhere, so it makes sense to enable it everywhere.

For anyone not in the know, defining COBJMACROS makes Micrsoft headers
for COM objects provide C macros so that instead of having to call
  foo->lpVtbl->Release();
to unref a COM object, one can call
  IFoo_Release (foo);

Note that thes macros are implemented with inheritance as Release()
is defined on the IUnknown base interface (MS' equivalent to GObject)
and would otherwise require
  IUnknown_Release ((IUnknown *) foo);
That line works, too - but it is not necessary.
2024-11-05 02:45:37 +01:00
..
2024-10-24 17:24:43 +02:00
2024-10-24 17:24:43 +02:00
2023-09-21 19:51:11 +02:00
2024-10-31 15:27:43 +01:00
2024-07-24 16:45:21 -06:00
2024-08-11 14:47:48 -04:00
2024-09-25 02:50:22 +02:00
2024-09-25 02:50:22 +02:00
2024-04-04 01:07:28 +02:00
2024-11-04 21:50:26 +01:00
2024-09-25 02:50:22 +02:00
2024-07-10 22:11:13 +02:00
2024-07-10 22:11:13 +02:00
2024-10-21 13:30:19 -04:00
2024-04-07 11:12:13 -04:00
2024-09-25 02:50:22 +02:00
2024-10-25 16:49:58 +00:00
2024-10-21 11:39:04 -04:00
2023-12-22 08:47:47 -05:00
2024-09-26 18:41:13 +02:00
2024-09-26 22:06:17 +02:00
2024-08-30 15:52:14 -04:00
2024-03-29 13:31:36 +00:00
2024-10-21 13:30:19 -04:00
2024-01-21 14:02:08 -05:00
2024-05-31 21:29:49 -04:00
2024-05-31 21:29:49 -04:00
2024-07-11 14:57:19 +02:00
2024-07-24 16:45:21 -06:00
2024-09-25 02:50:22 +02:00
2024-08-30 16:03:40 -04:00
2024-08-30 16:03:40 -04:00
2024-09-06 15:47:34 -04:00