We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb01e0 commit 1c0f336Copy full SHA for 1c0f336
parallelport/ledActor.c++
@@ -1,4 +1,8 @@
1
-#ifndef VSS_MAC // Porting this Intel-specific code might be hard.
+#ifdef VSS_MAC // Porting this Intel-specific code might be hard.
2
+#include "VActor.h"
3
+class LedActor: public VActor {};
4
+ACTOR_SETUP(LedActor, LedActor)
5
+#else
6
7
#include "ledActor.h"
8
0 commit comments