home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / NOCREW / MP2_0997.ZIP / mp2_0997 / src / aesextra.h next >
C/C++ Source or Header  |  1998-10-31  |  432b  |  26 lines

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