home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Hardware / Drivers / APISpy / General.h < prev    next >
C/C++ Source or Header  |  1999-07-24  |  165b  |  10 lines

  1. #ifndef GENERAL_H
  2. #define GENERAL_H
  3.  
  4. // Names of API interception DLLs
  5.  
  6. #define APISPY32DLL_NT "APISpyNT.dll"
  7. #define APISPY32DLL_9X "APISpy9x.dll"
  8.  
  9. #endif
  10.