Leaked source code of windows server 2003
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.

38 lines
646 B

  1. // File: precomp.h
  2. #define OEMRESOURCE
  3. #define INC_OLE2
  4. // Standard Windows includes
  5. #include <windows.h>
  6. #include <tchar.h>
  7. #include <ocidl.h>
  8. #include <mmsystem.h>
  9. #include <winsock.h>
  10. #include <time.h>
  11. // Standard NetMeeting includes
  12. #include <ConfDbg.h>
  13. #include <debspew.h>
  14. #include <oblist.h>
  15. #include <CSTRING.hpp>
  16. #include <ConfReg.h>
  17. #include <oprahcom.h>
  18. #include <confevt.h>
  19. #include <dllutil.h>
  20. #include <mtgset.h>
  21. #include "SDKInternal.h"
  22. #include "debug.h"
  23. #include "global.h"
  24. #include "refcount.h"
  25. #include "connpnts.h"
  26. #include "imember.h"
  27. #include "ichannel.h"
  28. #include "iconf.h"
  29.