WindowsXP-SP1/enduser/mapistub/mapistub/mapistub.rc
2020-09-30 16:53:49 +02:00

24 lines
434 B
Plaintext

#include <windows.h>
#include <mapixrc.h>
#include <mapix.rc>
#include <mapi.dlg>
//#if defined (MAPISENDNOTE)
#include <smnote.dlg>
//#endif
// These files are codepage tables for MultiByteToWideChar
// and WideCharToMultiByte
#ifdef MAC
// These are for ANSI
#include "10000.cpg"
#include "1252.cpg"
// These are for SHIFTJIS
#include "10001.cpg"
#include "932.cpg"
#endif // MAC
#include "mapistub.rcv"