Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
269 B

  1. // Are there such things as UNICODE MIME64 files? That would be very inefficient
  2. #define LPMSTR LPSTR
  3. #define LPCMSTR LPCSTR
  4. #define MCHAR char
  5. HRESULT Mime64Decode(LPCMSTR pStrData, LPSTREAM *ppstm);
  6. HRESULT Mime64Encode(LPBYTE pData, UINT cbData, LPSTREAM *ppstm);