Source code of Windows XP (NT5)
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.

18 lines
274 B

  1. /*
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. */
  4. #ifndef __SDP_PARSER_PCH__
  5. #define __SDP_PARSER_PCH__
  6. // all the common include files, forward declarations
  7. #include "sdpcommo.h"
  8. // all the consts, inline methods
  9. #include "sdpdef.h"
  10. #endif // __SDP_PARSER_PCH__