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.

26 lines
758 B

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
  7. //
  8. // PURPOSE:
  9. //
  10. // Contains declarations for all globally scoped names in the program
  11. //
  12. //-------------------------------------------------------------------------
  13. // About dialog defines.
  14. #define IDD_VERFIRST 100
  15. #define IDD_VERLAST 104
  16. // -----------------------------------------------------------------------
  17. // Global Variable declarations
  18. //
  19. extern "C" HINSTANCE hInst; // The current instance
  20. #define IDM_HANGUPCALL 1011
  21.