summaryrefslogtreecommitdiff
path: root/libopenjpeg/openjpeg.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-09-22 08:39:59 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-09-22 08:39:59 +0000
commit51513c4e6b65e086d71414a1e94430ad6726f957 (patch)
tree70a85728401819c33fc5169ab6e97e923cb5c6b6 /libopenjpeg/openjpeg.h
parent5d0b813cecee07f2bf69e94e826385b38b5dfb4c (diff)
WIP: fix build compilation error with windows platform about event_mgr management
Diffstat (limited to 'libopenjpeg/openjpeg.h')
-rw-r--r--libopenjpeg/openjpeg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h
index 55b8c83a..13cc1568 100644
--- a/libopenjpeg/openjpeg.h
+++ b/libopenjpeg/openjpeg.h
@@ -1179,6 +1179,10 @@ OPJ_API opj_stream_t* OPJ_CALLCONV opj_stream_create_file_stream (FILE * p_file,
==========================================================
*/
+/**
+ * FIXME DOC
+ * FIXME Need to adapt this function to the V2 framework
+ */
OPJ_API opj_event_mgr_t* OPJ_CALLCONV opj_set_event_mgr(opj_common_ptr cinfo, opj_event_mgr_t *event_mgr, void *context);
/**