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.

35 lines
822 B

  1. /*
  2. - PRECOMP.H
  3. -
  4. * Microsoft NetMeeting
  5. * Quality of Service DLL
  6. * QoS pre-compiled header file
  7. *
  8. * Revision History:
  9. *
  10. * When Who What
  11. * -------- ------------------ ---------------------------------------
  12. * 10.24.96 Yoram Yaacovi Created
  13. * 01.04.97 Robert Donner Added NetMeeting utility routines
  14. *
  15. */
  16. #include <windows.h>
  17. #include <windowsx.h>
  18. #include <objbase.h>
  19. #include <winsock2.h>
  20. #include <limits.h>
  21. #include <oprahcom.h>
  22. #include <confdbg.h>
  23. #include <confreg.h>
  24. #include <avUtil.h>
  25. #include <regentry.h>
  26. #include <strutil.h> // for GuidToSz
  27. #include <dcap.h> // for R0 services
  28. // including common.h for DECLARE_INTERFACE_PTR
  29. #include "common.h"
  30. #include "nmqos.h"
  31. #include "qosint.h"