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.

41 lines
1.0 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2001, Microsoft Corporation All rights reserved.
  4. //
  5. // Module Name:
  6. //
  7. // confirm.h
  8. //
  9. // Abstract:
  10. //
  11. // This file contains the Confirmation dialog of the euroconv.exe utility.
  12. //
  13. // Revision History:
  14. //
  15. // 2001-07-30 lguindon Created.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #ifndef _CONFIRM_H_
  19. #define _CONFIRM_H_
  20. ///////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Include Files.
  23. //
  24. ///////////////////////////////////////////////////////////////////////////////
  25. #include "euroconv.h"
  26. ///////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Functions Prototypes.
  29. //
  30. ///////////////////////////////////////////////////////////////////////////////
  31. INT_PTR CALLBACK ConfirmDialogProc(HWND hWndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  32. BOOL ConfirmDialog();
  33. #endif //_CONFIRM_H_