Updated dcraw.patch prior to attempting 9.05 upgrade

This commit is contained in:
Wyatt Olson
2010-11-10 22:21:03 -07:00
commit b84838da19
647 changed files with 136846 additions and 0 deletions

26
rtengine/simpleprocess.h Normal file
View File

@@ -0,0 +1,26 @@
/*
* File: simpleprocess.h
* Author: askv
*
* Created on September 18, 2010, 8:31 PM
*/
#ifndef SIMPLEPROCESS_H
#define SIMPLEPROCESS_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
namespace rtengine {
extern Glib::Thread *batchThread;
}
#endif /* SIMPLEPROCESS_H */