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.

38 lines
802 B

  1. /*++
  2. Copyright (c) 1992-1996 Microsoft Corporation
  3. Module Name:
  4. resolve.h
  5. Abstract:
  6. All constants, types, and prototypes to resolve Variable Bindings.
  7. Environment:
  8. User Mode - Win32
  9. Revision History:
  10. 10-May-1996 DonRyan
  11. Removed banner from Technology Dynamics, Inc.
  12. --*/
  13. #ifndef resolve_h
  14. #define resolve_h
  15. //--------------------------- PUBLIC CONSTANTS ------------------------------
  16. //--------------------------- PUBLIC STRUCTS --------------------------------
  17. //--------------------------- PUBLIC VARIABLES --(same as in module.c file)--
  18. //--------------------------- PUBLIC PROTOTYPES -----------------------------
  19. //------------------------------- END ---------------------------------------
  20. #endif /* resolve_h */