home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / WINDOWS.H < prev    next >
Text File  |  1997-02-28  |  157b  |  8 lines

  1. #if !defined(_INC_WINDOWS)
  2.   #ifdef __FLAT__
  3.     #include <win32\windows.h>
  4.   #else
  5.     #include <win16\windows.h>
  6.   #endif
  7. #endif /* _INC_WINDOWS */
  8.