mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9772
This commit is contained in:
parent
a55ba85413
commit
5875fcdf9d
|
@ -24,6 +24,8 @@
|
|||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#ifndef SANS_JPEGLIB
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#include "jpeglib.h"
|
||||
|
@ -31,6 +33,8 @@ extern "C" {
|
|||
#else
|
||||
#include "jpeglib.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "bmplib.h"
|
||||
#include "tgalib.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue