home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4611 / fw16d.ins / INCLUDE / WINTEN.H < prev   
C/C++ Source or Header  |  1994-06-07  |  5KB  |  180 lines

  1. #ifndef _WINTEN_H
  2. #define _WINTEN_H
  3.  
  4. //  WinTen.h - Es para evitar los conflictos entre Clipper y funciones del
  5. //  API de Windows de 10 caracteres ó menos de longitud.
  6.  
  7. // Si vas a desarrollar alguna función nueva en C que conecte con el API,
  8. // comprueba que esté aquí su nombre, si mide 10 caracteres ó menos, e
  9. // inclúyela en caso de no estar
  10.  
  11. // WinTen.h - Is to avoid conflicts between Clipper and Windows API
  12. // functions with names of 10 characters or less.
  13.  
  14. // If you are going to develop some new C function to conect the API,
  15. // check that it is here, if length 10 characters or less, and include
  16. // it here if not
  17.  
  18.  
  19. #define    AbortDoc    _AbortDoc
  20. #define    AddAtom        _AddAtom
  21. #define    AnsiToOem    _AnsiToOem
  22. #define Arc         _Arc
  23. #define    AppendMenu    _AppendMenu
  24. #define    BeginPaint    _BeginPaint
  25. #define BitBlt      _BitBlt
  26. #define    ChooseFont    _ChooseFont
  27. #define    Chord        _Chord
  28. #define CloseComm   _CloseComm
  29. #define    CreateDC    _CreateDC
  30. #define    CreateFont    _CreateFont
  31. #define CreateIC    _CreateIC
  32. #define CreateIcon  _CreateIcon
  33. #define    CreateMenu    _CreateMenu
  34. #define    CreatePen    _CreatePen
  35. #define    DeleteDC    _DeleteDC
  36. #define    DeleteAtom    _DeleteAtom
  37. #define    DeleteMenu    _DeleteMenu
  38. #define    DialogBox    _DialogBox
  39. #define Dos3Call    _Dos3Call
  40. #define DPtoLP      _DPtoLP
  41. #define    DrawIcon    _DrawIcon
  42. #define    DrawText    _DrawText
  43. #define    Ellipse        _Ellipse
  44. #define    EndDialog    _EndDialog
  45. #define    EndDoc        _EndDoc
  46. #define    EndPage        _EndPage
  47. #define    EndPaint    _EndPaint
  48. #define    Escape        _Escape
  49. #define ExtTextOut  _ExtTextOut
  50. #define FillRect    _FillRect
  51. #define    FindAtom    _FindAtom
  52. #define    FindText    _FindText
  53. #define    FindWindow    _FindWindow
  54. #define    FloodFill    _FloodFill
  55. #define FlushComm   _FlushComm
  56. #define FrameRect   _FrameRect
  57. #define    GetBkColor    _GetBkColor
  58. #define    GetBkMode    _GetBkMode
  59. #define GetCapture  _GetCapture
  60. #define GetCursor   _GetCursor
  61. #define    GetDC        _GetDC
  62. #define    GetDCOrg    _GetDCOrg
  63. #define    GetDIBits    _GetDIBits
  64. #define    GetDlgItem    _GetDlgItem
  65. #define    GetFocus    _GetFocus
  66. #define GetMapMode  _GetMapMode
  67. #define    GetMenu        _GetMenu
  68. #define    GetMessage    _GetMessage
  69. #define    GetObject    _GetObject
  70. #define    GetParent    _GetParent
  71. #define    GetPixel    _GetPixel
  72. #define GetProp     _GetProp
  73. #define GetROP2     _GetROP2
  74. #define    GetSubMenu    _GetSubMenu
  75. #define    GetVersion    _GetVersion
  76. #define    GetWindow    _GetWindow
  77. #define    GlobalFree    _GlobalFree
  78. #define    GlobalLock    _GlobalLock
  79. #define    GlobalSize    _GlobalSize
  80. #define    HideCaret    _HideCaret
  81. #define    InsertMenu    _InsertMenu
  82. #define    InvertRect    _InvertRect
  83. #define    InvertRgn    _InvertRgn
  84. #define    IsChild        _IsChild
  85. #define    IsIconic    _IsIconic
  86. #define    IsMenu        IsMenu_3_1    // _IsMenu
  87. #define    IsWindow    _IsWindow
  88. #define    IsZoomed    _IsZoomed
  89. #define    KillTimer    _KillTimer
  90. #define    LineTo        _LineTo
  91. #define    LoadBitmap    _LoadBitmap
  92. #define    LoadCursor    _LoadCursor
  93. #define    LoadIcon    _LoadIcon
  94. #define LoadMenu    _LoadMenu
  95. #define    LoadString    _LoadString
  96. #define LPtoDP      _LPtoDP
  97. #define LZClose     _LZClose
  98. #define LZCopy      _LZCopy
  99. #define LZOpenFile  _LZOpenFile
  100. #define MessageBox  _MessageBox
  101. #define mmioClose   _mmioClose
  102. #define mmioOpen    _mmioOpen
  103. #define mmioRead    _mmioRead
  104. #define mmioSeek    _mmioSeek
  105. #define MoveTo      _MoveTo
  106. #define    MoveWindow    _MoveWindow
  107. #define    OemToAnsi    _OemToAnsi
  108. #define OpenComm    _OpenComm
  109. #define OpenIcon    _OpenIcon
  110. #define OpenFile    _OpenFile
  111. #define Pie         _Pie
  112. #define    Polygon        _Polygon
  113. #define    Polyline    _Polyline
  114. #define    PrintDlg    _PrintDlg
  115. #define PtInRect    _PtInRect
  116. #define ReadComm    _ReadComm
  117. #define Rectangle   _Rectangle
  118. #define    ReleaseDC    _ReleaseDC
  119. #define RemoveProp  _RemoveProp
  120. #define RoundRect   _RoundRect
  121. #define    SetBkColor    _SetBkColor
  122. #define    SetBkMode    _SetBkMode
  123. #define SetCapture  _SetCapture
  124. #define    SetCursor    _SetCursor
  125. #define    SetFocus    _SetFocus
  126. #define SetMapMode  _SetMapMode
  127. #define SetMenu     _SetMenu
  128. #define SetParent   _SetParent
  129. #define SetPixel    _SetPixel
  130. #define SetProp     _SetProp
  131. #define    SetROP2        _SetROP2
  132. #define    SetTimer    _SetTimer
  133. #define ShellAbout  _ShellAbout
  134. #define ShowCaret   _ShowCaret
  135. #define    ShowCursor    _ShowCursor
  136. #define    ShowWindow    _ShowWindow
  137. #define    StartDoc    _StartDoc
  138. #define    StartPage    _StartPage
  139. #define StretchBlt  _StretchBlt
  140. #define TextOut     _TextOut
  141. #define    UnionRect    _UnionRect
  142. #define    WinExec        _WinExec
  143. #define WriteComm   _WriteComm
  144. #define WinHelp     _WinHelp
  145. #define    Yield        _Yield
  146. #define WSPRINTF    _wsprintf
  147.  
  148. // Borland BIVBX10 Support
  149.  
  150. #define VBXMethod   _VBXMethod
  151. #define VBXInit     _VBXInit
  152. #define VBXTerm     _VBXTerm
  153. #define VBXSetProp  _VBXSetProp
  154. #define VBXGetProp  _VBXGetProp
  155. #define VBXLoadVBX  _VBXLoadVBX
  156. #define VBXSetMode  _VBXSetMode
  157. #define VBXHelp     _VBXHelp
  158. #define VBXCreate   _VBXCreate
  159. #define VBXGetHctl  _VBXGetHctl
  160.  
  161. // ODBC Support
  162.  
  163. #define SQLGetData  _SQLGetData
  164. #define SQLExecute  _SQLExecute
  165. #define SQLError    _SQLError
  166. #define SQLBindCol  _SQLBindCol
  167. #define SQLPutData  _SQLPutData
  168. #define SQLFreeEnv  _SQLFreeEnv
  169. #define ConnectDlg  _ConnectDlg
  170. #define SQLCancel   _SQLCancel
  171. #define SQLGetInfo  _SQLGetInfo
  172. #define SQLPrepare  _SQLPrepare
  173. #define SQLConnect  _SQLConnect
  174. #define SQLTables   _SQLTables
  175. #define SQLFetch    _SQLFetch
  176. #define SQLColumns  _SQLColumns
  177. #define SQLSetPos   _SQLSetPos
  178.  
  179. #endif
  180.