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.

94 lines
2.5 KiB

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. LOCUTIL.H
  5. History:
  6. --*/
  7. #ifndef LOCUTIL_H
  8. #define LOCUTIL_H
  9. #pragma once
  10. #pragma comment(lib, "locutil.lib")
  11. #ifdef IMPLEMENT
  12. #error Illegal use of IMPLEMENT macro
  13. #endif
  14. #include <MitWarning.h> // MIT Template Library warnings
  15. #pragma warning(ZCOM_WARNING_DISABLE)
  16. #include <ComDef.h>
  17. #pragma warning(ZCOM_WARNING_DEFAULT)
  18. #ifndef __AFXOLE_H__
  19. #include <afxole.h>
  20. #pragma message("Warning: <afxole.h> not in pre-compiled header file, including")
  21. #endif
  22. #include <ltapi.h>
  23. #include ".\LocUtil\FieldVal.h"
  24. #include ".\LocUtil\Operator.h"
  25. #include ".\LocUtil\FieldDef.h"
  26. #include ".\LocUtil\FldDefList.h"
  27. #include ".\LocUtil\Schema.h"
  28. #include ".\LocUtil\FldDefHelp.h"
  29. #include ".\LocUtil\locobj.h"
  30. #include ".\LocUtil\locenum.h"
  31. #include ".\LocUtil\espreg.h" // Registry and version info
  32. #include ".\LocUtil\goto.h"
  33. #include ".\LocUtil\gotohelp.h"
  34. #include ".\locutil\report.h"
  35. #include ".\LocUtil\progress.h" // 'Progressive' objects base class
  36. #include ".\LocUtil\cancel.h" // Base class for 'Cancelable" objects
  37. #include ".\locutil\logfile.h"
  38. #include ".\LocUtil\locpct.h" // Percent helper classes
  39. #include ".\LocUtil\espopts.h"
  40. #include ".\LocUtil\espstate.h"
  41. #include ".\LocUtil\interface.h"
  42. #include ".\LocUtil\product.h" // General functions about the Espresso product installed
  43. #include ".\LocUtil\locstr.h"
  44. #include ".\LocUtil\StringHelp.h" // String UI helpers
  45. #include ".\LocUtil\ExtList.h" // File Extension list
  46. #include ".\LocUtil\lstime.h"
  47. #ifndef ESPRESSO_AUX_COMPONENT
  48. #pragma message("Including LOCUTIL private components")
  49. // These files are semi-private - Parsers should not see them.
  50. //
  51. #include ".\LocUtil\FileDlg.h" // Wrapper for file dialog
  52. #include ".\LocUtil\FileExclDlg.h" // Wrapper for file dialog
  53. #include ".\LocUtil\DcsGrid.h" // Function for DisplayColumn and MIT Grid
  54. #include ".\LocUtil\PasStrMerge.h"
  55. #include ".\LocUtil\_errorrep.h" // Error reporting mechanism
  56. #include ".\LocUtil\_pumpidle.h" // Mechanism for idle time
  57. #include ".\LocUtil\_username.h"
  58. #include ".\LocUtil\_progress.h"
  59. #include ".\LocUtil\_cancel.h"
  60. #include ".\LocUtil\_locstr.h"
  61. #include ".\LocUtil\_optvalstore.h"
  62. #include ".\LocUtil\_espopts.h"
  63. #include ".\LocUtil\_extension.h"
  64. #include ".\LocUtil\_interface.h"
  65. #include ".\LocUtil\_locenum.h"
  66. #include ".\LocUtil\_report.h"
  67. #include ".\LocUtil\ShowWarnings.h"
  68. #endif
  69. #endif