mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6673
This commit is contained in:
parent
2d3c994e58
commit
98e126e16b
|
@ -22,7 +22,14 @@
|
|||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef _WIN32
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "jpeglib.h"
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#include "bmplib.h"
|
||||
#include "tgalib.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue