| 724 | } ENCODINGENTRY, *PENCODINGENTRY; |
| 725 | |
| 726 | int CmpEncoding ( const void *s1, const void *s2 ) |
| 727 | { |
| 728 | return StrCmp ( ( ( PENCODINGENTRY ) s1 )->wch, ( ( PENCODINGENTRY ) s2 )->wch ); |
| 729 | } |
| 730 | |
| 731 | void Encoding_AddToListView ( HWND hwnd, int idSel, BOOL bRecodeOnly ) |
| 732 | { |
nothing calls this directly
no outgoing calls
no test coverage detected