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-22 17:16:35 +02:00
2024-10-30 11:04:15 +01:00
2024-10-28 21:54:26 +00:00
2024-11-05 02:45:37 +01:00
2024-10-24 17:24:43 +02:00
2023-09-21 19:51:11 +02:00
2023-11-05 11:16:23 +01:00
2024-09-25 02:50:22 +02:00
2024-10-31 15:27:43 +01:00
2024-07-24 16:45:21 -06:00
2024-09-07 09:51:32 +02:00
2024-05-10 21:22:03 -04:00
2024-08-10 01:40:45 +02:00
2024-10-04 14:50:23 -04:00
2024-10-21 11:39:04 -04:00
2024-08-11 14:47:48 -04:00
2024-11-04 21:50:26 +01:00
2024-09-07 09:51:32 +02:00
2024-09-02 00:22:37 +02:00
2024-10-04 20:37:09 -04:00
2024-09-25 02:50:22 +02:00
2024-09-25 02:50:22 +02:00
2024-10-21 11:39:04 -04:00
2024-10-16 16:01:09 +01:00
2024-10-04 20:37:09 -04:00
2024-07-03 16:57:47 +01:00
2024-09-07 09:51:26 +02:00
2024-10-22 14:04:01 +01:00
2024-07-03 16:57:47 +01:00
2024-09-07 09:51:32 +02:00
2024-06-01 09:04:00 +02:00
2024-04-04 01:07:28 +02:00
2024-11-04 21:50:26 +01:00
2024-09-07 09:51:32 +02:00
2024-09-25 02:50:22 +02:00
2024-09-07 09:51:32 +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-01-25 12:09:10 +01:00
2024-10-28 23:45:55 -04:00
2024-10-24 23:04:37 -04:00
2024-10-02 13:39:48 +02:00
2024-09-30 18:37:20 -04:00
2024-09-30 18:37:20 -04:00
2024-10-02 13:39:48 +02:00
2024-09-17 09:46:01 +02:00
2024-07-27 20:16:21 +01:00
2024-10-16 16:01:09 +01:00
2023-10-24 22:33:45 -04:00
2023-10-14 22:29:10 +02:00
2023-10-14 22:29:10 +02:00
2024-08-08 19:03:31 +00:00
2024-09-30 18:37:20 -04:00
2024-09-30 18:37:20 -04:00
2023-12-20 01:51:46 +01:00
2024-10-30 09:37:06 -04:00
2024-07-16 21:23:44 +02:00
2024-09-25 02:50:22 +02:00
2024-04-07 11:12:13 -04:00
2024-09-07 09:51:32 +02:00
2024-09-25 02:50:22 +02:00
2024-08-10 01:40:45 +02:00
2024-08-10 01:40:46 +02:00
2024-09-07 09:51:32 +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-02-07 16:36:26 +01:00
2024-03-10 10:27:36 +01:00
2024-05-01 08:03:16 -04:00
2024-03-10 10:27:36 +01:00
2024-09-26 18:41:13 +02:00
2024-10-24 23:04:37 -04:00
2024-10-24 23:04:37 -04:00
2024-09-26 22:06:17 +02:00
2024-10-30 09:37:06 -04:00
2024-07-16 21:23:44 +02:00
2024-09-26 18:41:13 +02:00
2024-08-30 15:52:14 -04:00
2024-08-30 15:52:58 -04:00
2024-09-25 02:50:22 +02:00
2024-10-21 07:35:41 +02:00
2024-08-10 22:24:29 -04:00
2024-09-07 09:51:32 +02:00
2024-07-16 21:23:44 +02:00
2024-07-16 21:23:44 +02:00
2024-09-07 09:51:32 +02:00
2024-01-30 20:56:08 -05:00
2024-04-09 19:13:34 -04:00
2024-01-05 14:57:07 -05:00
2024-03-29 13:31:36 +00:00
2024-09-06 15:47:34 -04:00
2024-09-06 15:47:34 -04:00
2023-10-10 11:23:08 +03:00
2024-09-07 09:51:32 +02:00
2024-01-05 14:57:07 -05:00
2024-10-21 13:30:19 -04:00
2024-01-21 14:02:08 -05:00
2024-01-06 17:18:18 -05:00
2024-08-10 01:40:46 +02:00
2024-05-31 21:29:49 -04:00
2023-12-02 10:55:35 +05:45
2024-05-31 21:29:49 -04:00
2024-09-07 09:51:32 +02:00
2024-01-05 14:57:07 -05:00
2024-08-14 08:30:55 +02:00
2024-07-10 12:36:07 +02:00
2024-10-10 14:30:17 +02:00
2024-08-10 01:40:46 +02:00
2024-08-10 01:40:46 +02:00
2024-09-07 09:51:32 +02:00
2024-07-11 14:57:19 +02:00
2024-07-26 17:38:27 -04:00
2024-07-16 21:23:44 +02:00
2024-07-16 21:23:44 +02:00
2024-07-16 21:23:44 +02:00
2024-09-07 09:51:32 +02:00
2024-08-24 08:38:19 -04:00
2024-01-25 12:09:10 +01:00
2024-07-24 16:45:21 -06:00
2024-10-24 23:04:37 -04:00
2024-01-07 14:47:22 +01:00
2024-10-24 23:04:37 -04: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