home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stlpt453.zip / STLport-4.5.3 / stlport / config / stl_intel.h < prev    next >
Text File  |  2001-05-03  |  310b  |  15 lines

  1. // STLport configuration file
  2. // It is internal STLport header - DO NOT include it directly
  3.  
  4. # if (__ICL >= 450)
  5. #  define _STLP_DLLEXPORT_NEEDS_PREDECLARATION 1
  6. # endif
  7.  
  8. # define _STLP_IMPORT_TEMPLATE_KEYWORD extern
  9.  
  10. # include <config/stl_msvc.h>
  11.  
  12. # undef  _STLP_LONG_LONG
  13. # define _STLP_LONG_LONG long long
  14.  
  15.