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.

25 lines
388 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1991 - 1999
  3. Module Name:
  4. dcecclnt.cxx
  5. Abstract:
  6. This file just defines RPC_CLIENT_SIDE_ONLY and then includes
  7. rpccmmn.cxx to get the client parts of the common routines.
  8. Author:
  9. Michael Montague (mikemon) 04-Nov-1991
  10. Revision History:
  11. --*/
  12. #include <precomp.hxx>
  13. #define RPC_CLIENT_SIDE_ONLY
  14. #include <dcecmmn.cxx>