home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / ER_LT9PX.ZIP / LTLCK.H < prev    next >
Text File  |  1998-01-01  |  540b  |  23 lines

  1. /*
  2.    LTLCK.H - support unlock key defines
  3.    Copyright (c) 1991-1996 by LEAD Technologies, Inc.
  4.    All Rights Reserved.
  5. */
  6.  
  7. #ifndef _LTLCK_H_
  8. #define _LTLCK_H_
  9.  
  10.  
  11. #define L_KEY_EXPRESS "YXPQ3XPPVT"
  12. #define L_KEY_GIFLZW  "0K3RV9UY3EY"
  13. #define L_KEY_TIFLZW  "9LE75L0FDXHK"
  14.  
  15. #define UNLOCKSUPPORT() \
  16. { \
  17.    L_UnlockSupport(L_SUPPORT_EXPRESS, L_KEY_EXPRESS); \
  18.    L_UnlockSupport(L_SUPPORT_GIFLZW, L_KEY_GIFLZW); \
  19.    L_UnlockSupport(L_SUPPORT_TIFLZW, L_KEY_TIFLZW); \
  20. }
  21.  
  22. #endif                          /* _LTLCK_H_ */
  23.