summaryrefslogtreecommitdiff
path: root/platform/windows/mupdfnet/mupdfnet.h
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2015-02-27 07:52:56 -0800
committerMichael Vrhel <michael.vrhel@artifex.com>2015-02-27 08:12:18 -0800
commit060ae5d3483fb4f060ecbbf2d706c1159b760114 (patch)
tree953d9c81990d9a881f3496e201eed9337f9c4f6e /platform/windows/mupdfnet/mupdfnet.h
parentdaff628cd6a54c163743e91637b697bec269f1b8 (diff)
downloadmupdf-060ae5d3483fb4f060ecbbf2d706c1159b760114.tar.xz
gsview and windows: Fixes for changes in mupdf API
Also a few fixes in the project files based upon recent updates.
Diffstat (limited to 'platform/windows/mupdfnet/mupdfnet.h')
-rw-r--r--platform/windows/mupdfnet/mupdfnet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/windows/mupdfnet/mupdfnet.h b/platform/windows/mupdfnet/mupdfnet.h
index 44a4382b..b300b1f6 100644
--- a/platform/windows/mupdfnet/mupdfnet.h
+++ b/platform/windows/mupdfnet/mupdfnet.h
@@ -63,9 +63,9 @@ EXTERN_C SYMBOL_DECLSPEC int __stdcall mGetTextBlock(void *text, int block_num,
EXTERN_C SYMBOL_DECLSPEC int __stdcall mGetTextLine(void *text, int block_num,
int line_num, double *top_x, double *top_y, double *height, double *width);
-EXTERN_C SYMBOL_DECLSPEC int __stdcall mGetTextCharacter(void *text, int block_num,
- int line_num, int item_num, double *top_x, double *top_y, double *height,
- double *width);
+EXTERN_C SYMBOL_DECLSPEC int __stdcall mGetTextCharacter(void *ctx, void *text,
+ int block_num, int line_num, int item_num, double *top_x, double *top_y,
+ double *height, double *width);
EXTERN_C SYMBOL_DECLSPEC void __stdcall mReleaseText(void *ctx, void *page);