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.

133 lines
2.2 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. #define N_USE_STR_16 1
  14. //
  15. // procs.hxx
  16. //
  17. #include "..\include\procs.hxx"
  18. //
  19. // Include
  20. //
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. #include <nwnet.h>
  25. #include <nwcalls.h>
  26. #include <nwlocale.h>
  27. #include <nwndscon.h>
  28. #include <nwclxcon.h>
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32. #include "nwconst.hxx"
  33. #include "nwstruct.hxx"
  34. #include "nwutils.hxx"
  35. #include "sconv.hxx"
  36. #ifdef __cplusplus
  37. extern "C" {
  38. #endif
  39. #include "guid.h"
  40. #include "macro.h"
  41. #include "fsmacro.h"
  42. #include "nwcmacro.h"
  43. #include "nwres.h"
  44. #ifdef __cplusplus
  45. }
  46. #endif
  47. #include "getobj.hxx"
  48. #include "parse.hxx"
  49. #include "printhlp.hxx"
  50. #include "common.hxx"
  51. #include "nwtypes.h"
  52. #include "nwcache.hxx"
  53. #include "nwcopy.hxx"
  54. #include "ods2nw.hxx"
  55. #include "nw2ods.hxx"
  56. #include "nwmrshl.hxx"
  57. #include "nwumrshl.hxx"
  58. #include "nw2var.hxx"
  59. #include "var2nw.hxx"
  60. #include "object.hxx"
  61. #include "core.hxx"
  62. #include "pack.hxx"
  63. #include "property.hxx"
  64. #include "cschema.hxx"
  65. #include "cprops.hxx"
  66. #include "ccache.hxx"
  67. #include "cprovcf.hxx"
  68. #include "cprov.hxx"
  69. #include "cnamcf.hxx"
  70. #include "iadsp.h"
  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 "nw3utils.hxx"
  91. #include "grputils.hxx"
  92. #include "usrutils.hxx"
  93. #include "globals.hxx" // The content in this file will be moved into
  94. // the resource in the future.
  95. extern "C" {
  96. #include "encrypt.h"
  97. #include "npapi.h"
  98. }
  99.