home *** CD-ROM | disk | FTP | other *** search
/ M.u.C.S. Disc 2000 / MUCS2000.iso / sound / mp2 / src / gem / aesextra.h next >
Encoding:
C/C++ Source or Header  |  1996-12-08  |  361 b   |  23 lines

  1. /* Extra stuff which should, but isn't always, in AES.H */
  2.  
  3. #ifndef VA_START
  4. #define VA_START 0x4711
  5. #define AV_STARTED 0x4738
  6. #endif
  7.  
  8. #ifndef AP_DRAGDROP
  9. #define AP_DRAGDROP 63
  10. #endif
  11.  
  12. #ifndef DD_OK
  13. #define DD_OK 0
  14. #define DD_NAK 1
  15. #define DD_EXT 2
  16. #define DD_LEN 3
  17. #define DD_TRASH 4
  18. #define DD_PRINTER 5
  19. #define DD_CLIPBOARD 6
  20. #endif
  21.  
  22.  
  23.