Line
Link Here
|
0 |
-- celestia-1.6.1/src/celengine/image.cpp |
0 |
++ celestia-1.6.1/src/celengine/image.cpp |
Lines 52-57
Link Here
|
52 |
#ifdef TARGET_OS_MAC |
52 |
#ifdef TARGET_OS_MAC |
53 |
#include "../../macosx/png.h" |
53 |
#include "../../macosx/png.h" |
54 |
#else |
54 |
#else |
|
|
55 |
#include <string.h> |
55 |
#include "png.h" |
56 |
#include "png.h" |
56 |
#endif // TARGET_OS_MAC |
57 |
#endif // TARGET_OS_MAC |
57 |
|
58 |
|
58 |
-- celestia-1.6.1/src/celengine/texture.cpp |
59 |
++ celestia-1.6.1/src/celengine/texture.cpp |
Lines 70-75
Link Here
|
70 |
#ifdef TARGET_OS_MAC |
70 |
#ifdef TARGET_OS_MAC |
71 |
#include "../../macosx/png.h" |
71 |
#include "../../macosx/png.h" |
72 |
#else |
72 |
#else |
|
|
73 |
#include <string.h> |
73 |
#include "png.h" |
74 |
#include "png.h" |
74 |
#endif // TARGET_OS_MAC |
75 |
#endif // TARGET_OS_MAC |
75 |
|
76 |
|