Fixed build bustage on Linux when ENDER is defined. Replaced C++ comment with
a C comment. git-svn-id: svn://10.0.0.236/trunk@7284 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -628,7 +628,7 @@ void EDT_SetDirtyFlag( MWContext *pContext, XP_Bool bValue );
|
||||
EDT_ClipboardResult EDT_InsertText( MWContext *pContext, char *pText );
|
||||
EDT_ClipboardResult EDT_PasteText( MWContext *pContext, char *pText );
|
||||
#ifdef ENDER
|
||||
EDT_ClipboardResult EDT_SetDefaultText( MWContext *pContext, char *pText ); //can done before finishedload can be called.
|
||||
EDT_ClipboardResult EDT_SetDefaultText( MWContext *pContext, char *pText ); /* can done before finishedload can be called. */
|
||||
#endif /*ENDER*/
|
||||
EDT_ClipboardResult EDT_PasteHTML( MWContext *pContext, char *pHtml );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user