mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
fix for windows build prob
This commit is contained in:
parent
0e5a871439
commit
00235c4147
@ -25,6 +25,10 @@
|
|||||||
#include <pnmReader.h>
|
#include <pnmReader.h>
|
||||||
#include <pnmWriter.h>
|
#include <pnmWriter.h>
|
||||||
|
|
||||||
|
#if defined(_WIN32)
|
||||||
|
#include <windows.h> // we need to include this before jpeglib.
|
||||||
|
#endif
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <jpeglib.h>
|
#include <jpeglib.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user