jwawindows.pas 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {******************************************************************************}
  2. { }
  3. { Windows API interface Unit for Object Pascal }
  4. { Master file for Windows applications }
  5. { }
  6. { Portions created by Microsoft are Copyright (C) Microsoft Corporation. }
  7. { All Rights Reserved. }
  8. { }
  9. { The original Pascal code is: JwaWindows.pas, released September 2005. }
  10. { The initial developer of the Pascal code is }
  11. { Robert Marquardt (robert_marquardt att gmx dott de). }
  12. { }
  13. { Portions created by Robert Marquardt are Copyright (C) 2005 }
  14. { Robert Marquardt. All Rights Reserved. }
  15. { }
  16. { Obtained through: Joint Endeavour of Delphi Innovators (Project JEDI) }
  17. { }
  18. { You may retrieve the latest version of this file at the Project JEDI }
  19. { APILIB home page, located at http://jedi-apilib.sourceforge.net }
  20. { }
  21. { The contents of this file are used with permission, subject to the Mozilla }
  22. { Public License Version 1.1 (the "License"); you may not use this file except }
  23. { in compliance with the License. You may obtain a copy of the License at }
  24. { http://www.mozilla.org/MPL/MPL-1.1.html }
  25. { }
  26. { Software distributed under the License is distributed on an "AS IS" basis, }
  27. { WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for }
  28. { the specific language governing rights and limitations under the License. }
  29. { }
  30. { Alternatively, the contents of this file may be used under the terms of the }
  31. { GNU Lesser General Public License (the "LGPL License"), in which case the }
  32. { provisions of the LGPL License are applicable instead of those above. }
  33. { If you wish to allow use of your version of this file only under the terms }
  34. { of the LGPL License and not to allow others to use your version of this file }
  35. { under the MPL, indicate your decision by deleting the provisions above and }
  36. { replace them with the notice and other provisions required by the LGPL }
  37. { License. If you do not delete the provisions above, a recipient may use }
  38. { your version of this file under either the MPL or the LGPL License. }
  39. { }
  40. { For more information about the LGPL: http://www.gnu.org/copyleft/lesser.html }
  41. { }
  42. {******************************************************************************}
  43. // $Id: JwaWindows.pas,v 1.9 2005/09/07 09:54:54 marquardt Exp $
  44. unit JwaWindows;
  45. {$WEAKPACKAGEUNIT}
  46. {$DEFINE JWAWINDOWS_PAS}
  47. {$DEFINE JWA_INCLUDEMODE}
  48. {$I jediapilib.inc}
  49. interface
  50. uses
  51. {$IFDEF USE_DELPHI_TYPES}
  52. Windows,
  53. {$ENDIF USE_DELPHI_TYPES}
  54. SysUtils; // TODO
  55. {$DEFINE JWA_INTERFACESECTION}
  56. {$I JwaWinType.pas}
  57. {$I JwaNtStatus.pas}
  58. {$I JwaWinNT.pas}
  59. {$I JwaWinBase.pas}
  60. {$I JwaWinGDI.pas}
  61. {$I JwaWinUser.pas}
  62. {$I JwaDde.pas}
  63. {$I JwaWinVer.pas}
  64. {$I JwaWinError.pas}
  65. {$I JwaExcpt.pas}
  66. {$I JwaWinNLS.pas}
  67. {$I JwaWinCon.pas}
  68. {$I JwaReason.pas}
  69. {$I JwaWinReg.pas}
  70. {$I JwaWinNetWk.pas}
  71. {$I JwaCdErr.pas}
  72. { I JwaDDEml.pas} // TODO convert
  73. {$I JwaDlgs.pas}
  74. { I JwaMMSystem.pas} // TODO convert
  75. {$I JwaNb30.pas}
  76. { I JwaShellAPI.pas} // TODO convert
  77. {$I JwaWinPerf.pas}
  78. {$I JwaWinSock.pas}
  79. {$I JwaWinCrypt.pas}
  80. {$I JwaRpc.pas}
  81. {$I JwaWinEFS.pas}
  82. { I JwaWinScard.pas} // TODO convert
  83. { I JwaWinSpool.pas} // TODO convert
  84. { I JwaOle2.pas} // TODO convert
  85. { I JwaCommDlg.pas} // TODO convert
  86. { I JwaStrAlign.pas} // TODO convert
  87. {$I JwaWinSvc.pas}
  88. { I JwaMCX.pas} // TODO convert
  89. { I JwaIMM.pas} // TODO convert
  90. {$UNDEF JWA_INTERFACESECTION}
  91. implementation
  92. uses
  93. JwaWinDLLNames;
  94. {$DEFINE JWA_IMPLEMENTATIONSECTION}
  95. {$I JwaWinType.pas}
  96. {$I JwaNtStatus.pas}
  97. {$I JwaWinNT.pas}
  98. {$I JwaWinBase.pas}
  99. {$I JwaWinGDI.pas}
  100. {$I JwaWinUser.pas}
  101. {$I JwaDde.pas}
  102. {$I JwaWinVer.pas}
  103. {$I JwaWinError.pas}
  104. {$I JwaExcpt.pas}
  105. {$I JwaWinNLS.pas}
  106. {$I JwaWinCon.pas}
  107. {$I JwaReason.pas}
  108. {$I JwaWinReg.pas}
  109. {$I JwaWinNetWk.pas}
  110. {$I JwaCdErr.pas}
  111. { I JwaDDEml.pas} // TODO convert
  112. {$I JwaDlgs.pas}
  113. { I JwaMMSystem.pas} // TODO convert
  114. {$I JwaNb30.pas}
  115. { I JwaShellAPI.pas} // TODO convert
  116. {$I JwaWinPerf.pas}
  117. {$I JwaWinSock.pas}
  118. {$I JwaWinCrypt.pas}
  119. {$I JwaRpc.pas}
  120. {$I JwaWinEFS.pas}
  121. { I JwaWinScard.pas} // TODO convert
  122. { I JwaWinSpool.pas} // TODO convert
  123. { I JwaOle2.pas} // TODO convert
  124. { I JwaCommDlg.pas} // TODO convert
  125. { I JwaStrAlign.pas} // TODO convert
  126. {$I JwaWinSvc.pas}
  127. { I JwaMCX.pas} // TODO convert
  128. { I JwaIMM.pas} // TODO convert
  129. {$UNDEF JWA_IMPLEMENTATIONSECTION}
  130. end.