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.
29 lines
789 B
29 lines
789 B
#include <windows.h>
|
|
#ifndef WIN16
|
|
#include <commctrl.h>
|
|
#else
|
|
#include <comctlie.h>
|
|
#include <athena16.h>
|
|
#endif
|
|
#include "resource.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// BEGIN Version Resource
|
|
//
|
|
#if defined(WINNT) || defined(WINNT_ENV)
|
|
#include "winver.h"
|
|
#endif
|
|
#include "inetcomm.rcv"
|
|
//
|
|
// END Version Resource
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// REGINST
|
|
//
|
|
REGINST REGINST MOVEABLE PURE "selfreg.inf"
|
|
// --------------------------------------------------------------------------------
|
|
// TypeLibrary
|
|
// --------------------------------------------------------------------------------
|
|
1 TYPELIB DISCARDABLE "mimeedit.tlb"
|