*** empty log message ***

svn path=/trunk/boinc/; revision=6673
This commit is contained in:
Rom Walton 2005-07-18 23:09:43 +00:00
parent 2d3c994e58
commit 98e126e16b
1 changed files with 7 additions and 0 deletions

View File

@ -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