Fix some 64bit-unsafe windows code
This commit is contained in:
committed by
Inusaito Sayori
parent
2631ae91e7
commit
1e0243aa3d
@@ -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:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user