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.

70 lines
1.7 KiB

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #if !defined(AFX_STDAFX_H__F8FF7774_4BD5_11D1_AFD1_00C04FC31FEE__INCLUDED_)
  5. #define AFX_STDAFX_H__F8FF7774_4BD5_11D1_AFD1_00C04FC31FEE__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. #include <nt.h>
  10. #include <ntrtl.h>
  11. #include <nturtl.h>
  12. #include <windows.h>
  13. #include <assert.h>
  14. #include <stdio.h>
  15. #include <string.h>
  16. #include <ctype.h>
  17. #ifdef STRICT
  18. #undef STRICT
  19. #endif
  20. #include <mspbase.h>
  21. #include <winsock2.h>
  22. #include <sdpblb.h>
  23. #include <streams.h> // for amvideo stuff
  24. #include <mmreg.h> // for WAVEFORMATEX
  25. #include "confmsp.h"
  26. #include <tapivid.h>
  27. #include <tapiaud.h>
  28. #include <tapirtp.h>
  29. #ifdef MSPLOG
  30. #define ENTER_FUNCTION(s) \
  31. static const CHAR * const __fxName = s
  32. #else
  33. #define ENTER_FUNCTION(s)
  34. #endif
  35. #ifdef DBG // checked build
  36. #ifndef _DEBUG // DEBUG_CRT is not enabled.
  37. #undef _ASSERT
  38. #undef _ASSERTE
  39. #define _ASSERT(expr) do { if (!(expr)) DebugBreak(); } while (0)
  40. #define _ASSERTE(expr) do { if (!(expr)) DebugBreak(); } while (0)
  41. #endif
  42. #endif
  43. #include "confterm.h"
  44. #include "confaudt.h"
  45. #include "confvidt.h"
  46. #include "confaddr.h"
  47. #include "confpart.h"
  48. #include "qcinner.h"
  49. #include "qcobj.h"
  50. #include "confcall.h"
  51. #include "confstrm.h"
  52. #include "confaud.h"
  53. #include "confvid.h"
  54. #include "confutil.h"
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_STDAFX_H__F8FF7774_4BD5_11D1_AFD1_00C04FC31FEE__INCLUDED)