Fix some 64bit-unsafe windows code

This commit is contained in:
Drake Arconis
2015-05-12 09:11:59 -04:00
committed by Inusaito Sayori
parent 2631ae91e7
commit 1e0243aa3d
2 changed files with 8 additions and 8 deletions

View File

@@ -152,7 +152,7 @@ protected:
U32 fillReconvertString(const LLWString &text, S32 focus, S32 focus_length, RECONVERTSTRING *reconvert_string);
void handleStartCompositionMessage();
void handleCompositionMessage(U32 indexes);
BOOL handleImeRequests(U32 request, U32 param, LRESULT *result);
BOOL handleImeRequests(WPARAM request, LPARAM param, LRESULT *result);
protected:
//