< prev index next >

jdk/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h

Print this page

        

*** 51,60 **** --- 51,61 ---- virtual LPCTSTR GetClassName(); LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam); int RemoveCR(WCHAR *pStr); + INLINE virtual int RemoveEOL(WCHAR *pStr) { return 0; } virtual LONG getJavaSelPos(LONG orgPos); virtual LONG getWin32SelPos(LONG orgPos); void CheckLineSeparator(WCHAR *pStr);
< prev index next >