WindowsXP-SP1/enduser/netmeeting/core/precomp.h
2020-09-30 16:53:49 +02:00

39 lines
646 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// File: precomp.h
#define OEMRESOURCE
#define INC_OLE2
// Standard Windows includes
#include <windows.h>
#include <tchar.h>
#include <ocidl.h>
#include <mmsystem.h>
#include <winsock.h>
#include <time.h>
// Standard NetMeeting includes
#include <ConfDbg.h>
#include <debspew.h>
#include <oblist.h>
#include <CSTRING.hpp>
#include <ConfReg.h>
#include <oprahcom.h>
#include <confevt.h>
#include <dllutil.h>
#include <mtgset.h>
#include "SDKInternal.h"
#include "debug.h"
#include "global.h"
#include "refcount.h"
#include "connpnts.h"
#include "imember.h"
#include "ichannel.h"
#include "iconf.h"