home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / djgpp / include / pix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-20  |  264 b   |  12 lines

  1. /* This file may have been modified by DJ Delorie (Jan 1991).  If so,
  2. ** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
  3. ** Rochester NH, 03867-2954, USA.
  4. */
  5.  
  6.  
  7. #ifndef _Pix_h
  8. #pragma once
  9. #define _Pix_h 1
  10. typedef void* Pix;
  11. #endif
  12.