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.

23 lines
603 B

  1. #include "dpnbuild.h"
  2. #include <objbase.h>
  3. #include <initguid.h>
  4. #include "dplay8.h"
  5. #include "dpaddr.h"
  6. #include "dplobby8.h"
  7. #include "dpsp8.h"
  8. #include "dpprot.h"
  9. #include "dpnsdef.h"
  10. #ifndef DPNBUILD_NOVOICE
  11. #include "dvoice.h"
  12. #endif // !DPNBUILD_NOVOICE
  13. #ifndef WINCE
  14. #include "dplegacyguid.h"
  15. #endif // !WINCE
  16. #ifndef DPNBUILD_NONATHELP
  17. #include "dpnathlp.h"
  18. #endif // ! DPNBUILD_NONATHELP
  19. // Linking uuid.lib on WinCE pulls in more IID's than we use
  20. DEFINE_OLEGUID(IID_IUnknown, 0x00000000L, 0, 0);
  21. DEFINE_OLEGUID(IID_IClassFactory, 0x00000001L, 0, 0);