First integration of JPWL code

This commit is contained in:
Francois-Olivier Devaux
2006-12-04 14:59:33 +00:00
parent 6cc148e226
commit 2c03b73dff
6 changed files with 640 additions and 5 deletions

View File

@@ -93,5 +93,10 @@ Most compilers implement their own version of this keyword ...
#include "int.h"
#include "fix.h"
/* JPWL>> */
#ifdef USE_JPWL
#include "../jpwl/jpwl.h"
#endif /* USE_JPWL */
/* <<JPWL */
#endif /* OPJ_INCLUDES_H */