Simon Rozman
9dfa703c39
api: header: add C++ enum manipulation operators
...
C++ doesn't have bitwise operators on enums by default. Rather than
reinventing the wheel, we use an undocumented DEFINE_ENUM_FLAG_OPERATORS
macro from Windows SDK to implement the enum operators.
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-03-30 09:56:59 +02:00
..
2021-10-11 16:12:09 +00:00
2021-10-14 06:49:29 +00:00
2021-10-14 06:49:29 +00:00
2021-10-11 16:12:09 +00:00
2021-10-06 18:05:46 +00:00
2021-10-19 12:33:07 -06:00
2021-10-14 06:49:29 +00:00
2021-10-06 18:05:46 +00:00
2021-10-06 18:05:46 +00:00
2021-08-02 20:36:36 +02:00
2021-10-06 05:16:14 +00:00
2021-10-06 05:16:14 +00:00
2021-10-15 00:44:18 +00:00
2021-10-06 18:05:46 +00:00
2021-10-06 18:05:46 +00:00
2021-10-06 18:05:46 +00:00
2021-08-02 20:36:36 +02:00
2021-08-02 20:36:36 +02:00
2021-10-06 05:16:14 +00:00
2021-10-06 18:05:46 +00:00
2021-10-06 18:05:46 +00:00
2021-08-02 20:36:36 +02:00
2021-08-02 20:36:36 +02:00
2021-10-13 17:29:10 +00:00
2021-10-14 06:49:29 +00:00
2021-10-14 06:49:29 +00:00
2022-03-30 09:56:59 +02:00