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.

138 lines
2.3 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\procs.hxx"
  17. //
  18. // Include
  19. //
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. // #include "nwpapi32.h" // This file must be placed before nwstruct.hxx. It
  24. // include all the NW's NWC's & NWP's.
  25. // #include "nwstatus.h"
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #include <nwnet.h>
  30. #include <nwcalls.h>
  31. #include <nwlocale.h>
  32. #include <nwndscon.h>
  33. #include <nwclxcon.h>
  34. // #include "nwtemp.hxx"
  35. #include "nwutils.hxx"
  36. #include "nwconst.hxx"
  37. #include "nwstruct.hxx"
  38. #ifdef __cplusplus
  39. extern "C" {
  40. #endif
  41. #include "guid.h"
  42. #include "macro.h"
  43. #include "fsmacro.h"
  44. #include "nwcmacro.h"
  45. #ifdef __cplusplus
  46. }
  47. #endif
  48. #include "sconv.hxx"
  49. #include "getobj.hxx"
  50. #include "parse.hxx"
  51. #include "printhlp.hxx"
  52. #include "common.hxx"
  53. #include "nwtypes.h"
  54. #include "nwcopy.hxx"
  55. #include "ods2nw.hxx"
  56. #include "nw2ods.hxx"
  57. #include "nwmrshl.hxx"
  58. #include "nwumrshl.hxx"
  59. #include "nw2var.hxx"
  60. #include "var2nw.hxx"
  61. #include "object.hxx"
  62. #include "core.hxx"
  63. #include "pack.hxx"
  64. #include "property.hxx"
  65. #include "cschema.hxx"
  66. #include "cprops.hxx"
  67. #include "ccache.hxx"
  68. #include "cprovcf.hxx"
  69. #include "cprov.hxx"
  70. #include "cnamcf.hxx"
  71. #include "cnamesp.hxx"
  72. #include "ccomp.hxx"
  73. #include "cuser.hxx"
  74. #include "cusers.hxx"
  75. #include "cgroup.hxx"
  76. #include "cgroups.hxx"
  77. #include "cfserv.hxx"
  78. #include "cfshare.hxx"
  79. #include "cprinter.hxx"
  80. #include "cjob.hxx"
  81. #include "cjobs.hxx"
  82. #include "cenumvar.hxx" // cenumvar.hxx must be placed before other cenumXXX.hxx.
  83. #include "cenumsch.hxx"
  84. #include "cenumns.hxx"
  85. #include "cenumcom.hxx"
  86. #include "cenumgrp.hxx"
  87. #include "cenumfs.hxx"
  88. #include "cenumjob.hxx"
  89. #include "cenumusr.hxx"
  90. #include "grputils.hxx"
  91. #include "usrutils.hxx"
  92. #include "globals.hxx" // The content in this file will be moved into
  93. // the resource in the future.
  94. #include "nw3utils.hxx"
  95. extern "C" {
  96. #include "encrypt.h"
  97. #include "npapi.h"
  98. }
  99.