Browse Source

add BLOCKING

David Rose 18 years ago
parent
commit
d1f08df2c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/dcparser/dcbase.h

+ 1 - 0
direct/src/dcparser/dcbase.h

@@ -76,6 +76,7 @@ using namespace std;
 #define PUBLISHED public
 #define BEGIN_PUBLISH
 #define END_PUBLISH
+#define BLOCKING
 
 // Panda defines some assert-type macros.  We map those to the
 // standard assert macro outside of Panda.