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.

141 lines
2.4 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. //
  6. // File: NWCOMPAT.hxx
  7. //
  8. // Contents: Common include file for all NetOLE NetWare 3.12 provider files
  9. //
  10. // History: 01-10-96 t-ptam Created.
  11. //
  12. //----------------------------------------------------------------------------
  13. //
  14. // procs.hxx
  15. //
  16. #include "..\include\dswarn.h"
  17. #include "..\include\procs.hxx"
  18. // Needed when we build on NT40
  19. #include "nt4types.hxx"
  20. //
  21. // Include
  22. //
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. #include <stdio.h>
  27. #include "nwpapi32.h" // This file must be placed before nwstruct.hxx. It
  28. // include all the NW's NWC's & NWP's.
  29. #include "nwstatus.h"
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #include "nwconst.hxx"
  34. #include "nwstruct.hxx"
  35. #ifdef __cplusplus
  36. extern "C" {
  37. #endif
  38. #include "guid.h"
  39. #include "macro.h"
  40. #include "fsmacro.h"
  41. #include "nwcmacro.h"
  42. #ifdef __cplusplus
  43. }
  44. #endif
  45. #include "sconv.hxx"
  46. #include "getobj.hxx"
  47. #include "parse.hxx"
  48. #include "printhlp.hxx"
  49. #include "common.hxx"
  50. #include "cdispmgr.hxx"
  51. #include "iprops.hxx"
  52. #include "extension.hxx"
  53. #include "cextmgr.hxx"
  54. #include "nwtypes.h"
  55. #include "nwcopy.hxx"
  56. #include "ods2nw.hxx"
  57. #include "nw2ods.hxx"
  58. #include "nwmrshl.hxx"
  59. #include "nwumrshl.hxx"
  60. #include "nw2var.hxx"
  61. #include "var2nw.hxx"
  62. #include "object.hxx"
  63. #include "core.hxx"
  64. #include "pack.hxx"
  65. #include "property.hxx"
  66. #include "cschema.hxx"
  67. #include "cprops.hxx"
  68. #include "ccache.hxx"
  69. #include "cprovcf.hxx"
  70. #include "cprov.hxx"
  71. #include "cnamcf.hxx"
  72. #include "iadsp.h"
  73. #include "cnamesp.hxx"
  74. #include "ccomp.hxx"
  75. #include "cuser.hxx"
  76. #include "cusers.hxx"
  77. #include "cgroup.hxx"
  78. #include "cgroups.hxx"
  79. #include "cfserv.hxx"
  80. #include "cfshare.hxx"
  81. #include "cprinter.hxx"
  82. #include "cjob.hxx"
  83. #include "cjobs.hxx"
  84. #include "cenumvar.hxx" // cenumvar.hxx must be placed before other cenumXXX.hxx.
  85. #include "cenumsch.hxx"
  86. #include "cenumns.hxx"
  87. #include "cenumcom.hxx"
  88. #include "cenumgrp.hxx"
  89. #include "cenumfs.hxx"
  90. #include "cenumjob.hxx"
  91. #include "cenumusr.hxx"
  92. #include "nw3utils.hxx"
  93. #include "nwutils.hxx"
  94. #include "grputils.hxx"
  95. #include "usrutils.hxx"
  96. #include "globals.hxx" // The content in this file will be moved into
  97. // the resource in the future.
  98. extern "C" {
  99. #include "encrypt.h"
  100. #include "npapi.h"
  101. }