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 >
Wrap
C/C++ Source or Header
|
1998-10-31
|
432b
|
26 lines
#ifndef _AESEXTRA_H_
#define _AESEXTRA_H_
/* Extra stuff which should, but isn't always, in AES.H */
#ifndef VA_START
#define VA_START 0x4711
#define AV_STARTED 0x4738
#endif
#ifndef AP_DRAGDROP
#define AP_DRAGDROP 63
#endif
#ifndef DD_OK
#define DD_OK 0
#define DD_NAK 1
#define DD_EXT 2
#define DD_LEN 3
#define DD_TRASH 4
#define DD_PRINTER 5
#define DD_CLIPBOARD 6
#endif
#endif /* _AESEXTRA_H_ */