Fix extern definition of PdReleaseDirectContext it should be extern'd as

a "C" function. PHOTON ONLY
r=kedl
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 2000-04-04 14:28:43 +00:00
parent ac77c942fa
commit 0a76fbb383

View File

@ -29,7 +29,9 @@
#include <errno.h>
/* Should be defined in the Photon headers somewhere */
extern void PdReleaseDirectContext( PdDirectContext_t *DirectContext );
extern "C" {
void PdReleaseDirectContext( PdDirectContext_t *DirectContext );
}
/* The Transparency Mask of the last image Draw'd in nsRenderingContextPh */
/* This is needed for locking and unlocking */