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.

31 lines
559 B

  1. /*-------------------------------------------------------------------
  2. Copyright <c> 2000 Microsoft Corporation
  3. Module Name :
  4. precomp.hxx
  5. Abtract :
  6. Precompiled header for C++ files in NDR64
  7. Author :
  8. Mike Zoran mzoran January 2000
  9. Revision History :
  10. --------------------------------------------------------------------*/
  11. #define _OLE32_
  12. #include <assert.h>
  13. #include "ndr64tkn.h"
  14. #include "ndrp.h"
  15. #include "hndl.h"
  16. #include "interp.h"
  17. #include "expr.h"
  18. #include "util.hxx"
  19. #include "limits.h"
  20. #include "pipendr.h"
  21. #include "pointerq.h"