2025-04-27 07:49:33 -04:00

18 lines
313 B
C

#ifndef __FROMMLANG_H
#define __FROMMLANG_H
typedef struct tagMIMEREGCHARSET
{
LPCWSTR szCharset;
UINT uiCodePage;
UINT uiInternetEncoding;
DWORD dwFlags;
} MIMECHARSET;
//
// Forward declaration
//
extern MIMECHARSET MimeCharSet[];
extern const int g_nMIMECharsets;
#endif