From e3dfadc6c1444a2b84ffcb3d40b9afe00df863bf Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 31 Oct 2010 23:34:36 +0000 Subject: SCI: Fix for bug #3100292 - "QFG2: signature mismatch at the WIT" svn-id: r53993 --- engines/sci/engine/workarounds.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/engine/workarounds.h') diff --git a/engines/sci/engine/workarounds.h b/engines/sci/engine/workarounds.h index bf1ac3a445..7d68d9c4a5 100644 --- a/engines/sci/engine/workarounds.h +++ b/engines/sci/engine/workarounds.h @@ -104,6 +104,7 @@ extern const SciWorkaroundEntry kSetCursor_workarounds[]; extern const SciWorkaroundEntry kSetPort_workarounds[]; extern const SciWorkaroundEntry kStrAt_workarounds[]; extern const SciWorkaroundEntry kStrCat_workarounds[]; +extern const SciWorkaroundEntry kStrLen_workarounds[]; extern const SciWorkaroundEntry kUnLoad_workarounds[]; extern SciWorkaroundSolution trackOriginAndFindWorkaround(int index, const SciWorkaroundEntry *workaroundList, SciTrackOriginReply *trackOrigin); -- cgit v1.2.3