<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-legacy-support.

</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/8326996229b43802c0eb1f0b1fde3400dc419724">https://github.com/macports/macports-legacy-support/commit/8326996229b43802c0eb1f0b1fde3400dc419724</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 8326996  TargetConditionals.h: add TARGET_OS_DRIVERKIT
</span>8326996 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8326996229b43802c0eb1f0b1fde3400dc419724
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Wed Aug 3 09:24:23 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    TargetConditionals.h: add TARGET_OS_DRIVERKIT
</span>---
 include/TargetConditionals.h | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/include/TargetConditionals.h b/include/TargetConditionals.h
</span><span style='display:block; white-space:pre;color:#808080;'>index e06ed45..e671e94 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/include/TargetConditionals.h
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/include/TargetConditionals.h
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,9 @@
</span> #ifndef TARGET_OS_WATCH
 #  define TARGET_OS_WATCH             0
 #endif
<span style='display:block; white-space:pre;background:#e0ffe0;'>+#ifndef TARGET_OS_DRIVERKIT
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  define TARGET_OS_DRIVERKIT         0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#endif
</span> /* If not defined, OS will never support ARM */
 #ifndef TARGET_CPU_ARM
 #  define TARGET_CPU_ARM              0
</pre><pre style='margin:0'>

</pre>