mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fix macro refference
This commit is contained in:
parent
5f2486d5a6
commit
5c03ad2dd3
@ -13,7 +13,7 @@
|
||||
|
||||
#include <dconfig.h>
|
||||
|
||||
NotifyCategoryDeclNoExport(deadrec, EXPCL_MISC, EXPTP_MISC);
|
||||
NotifyCategoryDeclNoExport(deadrec);
|
||||
NotifyCategoryDef(deadrec, "");
|
||||
|
||||
Configure(deadrec);
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include <dconfig.h>
|
||||
|
||||
NotifyCategoryDeclNoExport(deadrec, EXPCL_MISC, EXPTP_MISC);
|
||||
NotifyCategoryDeclNoExport(deadrec);
|
||||
NotifyCategoryDef(deadrec, "");
|
||||
|
||||
Configure(deadrec);
|
||||
|
Loading…
x
Reference in New Issue
Block a user