mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 20:53:50 -04:00
include filename.h even when zlib support hasn't been compiled in
This commit is contained in:
parent
4c578d3ccb
commit
fadea1bedb
@ -16,11 +16,10 @@
|
|||||||
#define DOWNLOAD_UTILS_H
|
#define DOWNLOAD_UTILS_H
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
|
#include "filename.h"
|
||||||
|
|
||||||
#ifdef HAVE_ZLIB
|
#ifdef HAVE_ZLIB
|
||||||
|
|
||||||
#include "filename.h"
|
|
||||||
|
|
||||||
BEGIN_PUBLISH
|
BEGIN_PUBLISH
|
||||||
|
|
||||||
EXPCL_PANDAEXPRESS unsigned long check_crc(Filename name);
|
EXPCL_PANDAEXPRESS unsigned long check_crc(Filename name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user