|
|
@@ -14,19 +14,17 @@
|
|
|
#ifndef VECTOR_UCHAR_H
|
|
|
#define VECTOR_UCHAR_H
|
|
|
|
|
|
-#include "pandabase.h"
|
|
|
-
|
|
|
-#include "pvector.h"
|
|
|
+#include "dtoolbase.h"
|
|
|
|
|
|
/**
|
|
|
* A vector of uchars. This class is defined once here, and exported to
|
|
|
- * PANDAEXPRESS.DLL; other packages that want to use a vector of this type
|
|
|
+ * DTOOL.DLL; other packages that want to use a vector of this type
|
|
|
* (whether they need to export it or not) should include this header file,
|
|
|
* rather than defining the vector again.
|
|
|
*/
|
|
|
|
|
|
-#define EXPCL EXPCL_PANDAEXPRESS
|
|
|
-#define EXPTP EXPTP_PANDAEXPRESS
|
|
|
+#define EXPCL EXPCL_DTOOL
|
|
|
+#define EXPTP EXPTP_DTOOL
|
|
|
#define TYPE unsigned char
|
|
|
#define NAME vector_uchar
|
|
|
|