39 lines
608 B
C
39 lines
608 B
C
// 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"
|
||
|
||
|
||
|
||
|
||
|