home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir08 / f012460.re_ / f012460.re
Text File  |  1996-04-02  |  4KB  |  110 lines

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. |  Copyright (C) 1985-93   Bentley Systems, Inc., All rights reserved.    |
  4. |                                    |
  5. | "MicroStation", "MDL", and "MicroCSL" are trademarks of Bentley    |
  6. |  Systems, Inc.                                            |
  7. |                                    |
  8. |  This program is proprietary and unpublished property of Bentley        |
  9. |  Systems Inc. It may NOT be copied in part or in whole on any medium,    |
  10. |  either electronic or printed, without the express written consent    |
  11. |  of Bentley Systems, Inc.                        |
  12. |                                    |
  13. |  Apr  1 1996 11:29:20                                                 |
  14. |                                    |
  15. +----------------------------------------------------------------------*/
  16.  
  17. #if !defined (winNT)
  18. #error  this dloadlib.h intended only for winNT
  19. #endif
  20.  
  21. #if !defined (__dloadlibH__)
  22. #define __dloadlibH__
  23.  
  24. #if !defined (mdl)
  25. #if !defined (__BSI_NATIVE_LIBRARY__)
  26. #endif   /*  __BSI_NATIVE_LIBRARY__  */
  27. #if defined (stdin)
  28. #  undef stdin
  29. #endif
  30. #if defined (stdout)
  31. #  undef stdout
  32. #endif
  33. #if defined (stderr)
  34. #  undef stderr
  35. #endif
  36. #define stdin  operSys_getStdin()
  37. #define stdout operSys_getStdout()
  38. #define stderr operSys_getStderr()
  39. #if !defined (__BSI_NATIVE_LIBRARY__)
  40. #define fc_epsilon        (*fc_epsilonP)
  41. #define fc_onehalf        (*fc_onehalfP)
  42. #define fc_zero            (*fc_zeroP)
  43. #define fc_pi            (*fc_piP)
  44. #define fc_2pi            (*fc_2piP)
  45. #define fc_180overpi        (*fc_180overpiP)
  46. #define fc_piover180        (*fc_piover180P)
  47. #define fc_piover2        (*fc_piover2P)
  48. #define fc_piover3        (*fc_piover3P)
  49. #define fc_piover4        (*fc_piover4P)
  50. #define fc_piover6        (*fc_piover6P)
  51. #define fc_30            (*fc_30P)
  52. #define fc_60            (*fc_60P)
  53. #define fc_90            (*fc_90P)
  54. #define fc_180            (*fc_180P)
  55. #define fc_270            (*fc_270P)
  56. #define fc_360            (*fc_360P)
  57. #define fc_1            (*fc_1P)
  58. #define fc_m1            (*fc_m1P)
  59. #define fc_2            (*fc_2P)
  60. #define fc_3            (*fc_3P)
  61. #define fc_4            (*fc_4P)
  62. #define fc_5            (*fc_5P)
  63. #define fc_10            (*fc_10P)
  64. #define fc_100            (*fc_100P)
  65. #define fc_750            (*fc_750P)
  66. #define fc_1000            (*fc_1000P)
  67. #define fc_10000        (*fc_10000P)
  68. #define fc_100000        (*fc_100000P)
  69. #define fc_p1            (*fc_p1P)
  70. #define fc_p01            (*fc_p01P)
  71. #define fc_p001            (*fc_p001P)
  72. #define fc_p0001        (*fc_p0001P)
  73. #define fc_mm_per_in        (*fc_mm_per_inP)
  74. #define fc_iang_to_rad        (*fc_iang_to_radP)
  75. #define fc_rad_to_iang        (*fc_rad_to_iangP)
  76. #define fc_miang_to_rad        (*fc_miang_to_radP)
  77. #define fc_360000        (*fc_360000P)
  78. #define fc_rmaxi4        (*fc_rmaxi4P)
  79. #define fc_rmini4        (*fc_rmini4P)
  80. #define fc_rmaxui4        (*fc_rmaxui4P)
  81. #define fc_isogrid_ratio    (*fc_isogrid_ratioP)
  82. #define dgnBuf            (*dgnBufP)
  83. #define statedata        (*statedataP)
  84. #define tcb            (*tcbP)
  85. #define refFileP        (*refFilePP)
  86. #define mgds_modes        (*mgds_modesP)
  87. #define mgdsPrompt        (*mgdsPromptP)
  88. #define graphConfig        (*graphConfigP)
  89. #define selectState        (*selectStateP)
  90. #define mdlErrno        (*mdlErrnoP)
  91. #define mdlCommandNumber    (*mdlCommandNumberP)
  92. #define userPrefsP        (*userPrefsPP)
  93. #define plotStat        (*plotStatP)
  94. #define currSelectElm        (*currSelectElmP)
  95. #define render_designLightP    (*render_designLightPP)
  96. #define render_materialListP    (*render_materialListPP)
  97. #define msTransientElmP        (*msTransientElmPP)
  98. #define msRegionTedP        (*msRegionTedPP)
  99. #define msToolSettings        (*msToolSettingsP)
  100. #define ms3DToolSettings    (*ms3DToolSettingsP)
  101. #define guiTextOverwriteMode    (*guiTextOverwriteModeP)
  102. #define msDrawingScaleName    (*msDrawingScaleNameP)
  103. #define guiTextAlternateCharacterSet  (*guiTextAlternateCharacterSetP)
  104. #define guiTextAltCharSetEnabled  (*guiTextAltCharSetEnabledP)
  105. #endif   /*  __BSI_NATIVE_LIBRARY__  */
  106.  
  107. #endif   /*  !defined (mdl)  */
  108.  
  109. #endif   /*  !defined (__dloadlibH__) */
  110.