mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
panda: Correct header guard names (#1525)
This commit is contained in:
parent
c203b0f786
commit
e8179e489f
@ -56,4 +56,4 @@ extern EXPCL_PANDA_EXPRESS ConfigVariableDouble collect_tcp_interval;
|
||||
|
||||
extern EXPCL_PANDA_EXPRESS void init_libexpress();
|
||||
|
||||
#endif /* __CONFIG_UTIL_H__ */
|
||||
#endif /* __CONFIG_EXPRESS_H__ */
|
||||
|
@ -11,8 +11,8 @@
|
||||
* @date 2000-01-04
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_UTIL_H__
|
||||
#define __CONFIG_UTIL_H__
|
||||
#ifndef __CONFIG_PUTIL_H__
|
||||
#define __CONFIG_PUTIL_H__
|
||||
|
||||
#include "pandabase.h"
|
||||
#include "notifyCategoryProxy.h"
|
||||
@ -54,4 +54,4 @@ extern EXPCL_PANDA_PUTIL ConfigVariableBool cache_check_timestamps;
|
||||
|
||||
extern EXPCL_PANDA_PUTIL void init_libputil();
|
||||
|
||||
#endif /* __CONFIG_UTIL_H__ */
|
||||
#endif /* __CONFIG_PUTIL_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user