Structure for linking the system language ID and its text name
| 71 | |
| 72 | // Structure for linking the system language ID and its text name |
| 73 | struct LanguageOption { |
| 74 | WORD langID; |
| 75 | CString name; |
| 76 | }; |
| 77 | |
| 78 | class CcppcryptfsApp : public CWinApp |
| 79 | { |
nothing calls this directly
no outgoing calls
no test coverage detected