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.

50 lines
519 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. exchp.hxx
  5. Abstract:
  6. Private include file for the key exchange tests.
  7. Author:
  8. Keith Moore (keithmo) 02-Dec-1996
  9. Revision History:
  10. --*/
  11. #ifndef _EXCHP_HXX_
  12. #define _EXCHP_HXX_
  13. //
  14. // Our port number.
  15. //
  16. #define SERVER_PORT (2357)
  17. //
  18. // Local prototypes.
  19. //
  20. extern "C" {
  21. INT
  22. __cdecl
  23. main(
  24. INT argc,
  25. CHAR * argv[]
  26. );
  27. } // extern "C"
  28. #endif // _EXCHP_HXX_