Windows NT 4.0 source code leak
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
380 B

4 years ago
  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  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>