Browse Source

oops, build on Windows

David Rose 19 years ago
parent
commit
064fd1dc07
1 changed files with 3 additions and 6 deletions
  1. 3 6
      direct/src/deadrec/config_deadrec.h

+ 3 - 6
direct/src/deadrec/config_deadrec.h

@@ -19,15 +19,12 @@
 #ifndef CONFIG_DEADREC_H
 #ifndef CONFIG_DEADREC_H
 #define CONFIG_DEADREC_H
 #define CONFIG_DEADREC_H
 
 
-#include "pandabase.h"
+#include "directbase.h"
 #include "notifyCategoryProxy.h"
 #include "notifyCategoryProxy.h"
-#include "configVariableDouble.h"
-#include "configVariableString.h"
-#include "configVariableInt.h"
 
 
-NotifyCategoryDecl(deadrec, EXPCL_PANDA, EXPTP_PANDA);
+NotifyCategoryDecl(deadrec, EXPCL_DIRECT, EXPTP_DIRECT);
 
 
-extern EXPCL_PANDA void init_libdeadrec();
+extern EXPCL_DIRECT void init_libdeadrec();
 
 
 #endif
 #endif