home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWGraphx / FWGXCfg.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  496 b   |  22 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWGXCfg.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWGXCFG_H
  11. #define FWGXCFG_H
  12.  
  13. #ifdef FW_BUILD_MAC
  14.     #define FW_SUPPORT_GX 1
  15. #endif
  16.  
  17. #ifdef FW_BUILD_WIN
  18. //    #define FW_SUPPORT_GX        1        Not yet!
  19. #endif
  20.  
  21. #endif // FWGXCFG_H
  22.