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.

13 lines
391 B

  1. #include "dpnbuild.h"
  2. #include <objbase.h>
  3. #include <initguid.h>
  4. #include <winsock.h>
  5. #include "dpnathlp.h"
  6. #ifdef WINCE
  7. // Linking uuid.lib on WinCE pulls in more IID's than we use
  8. DEFINE_GUID(GUID_NULL, 0L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  9. DEFINE_OLEGUID(IID_IUnknown, 0x00000000L, 0, 0);
  10. DEFINE_OLEGUID(IID_IClassFactory, 0x00000001L, 0, 0);
  11. #endif // WINCE