home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd1.bin
/
Hardware
/
Drivers
/
APISpy
/
General.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-07-24
|
165b
|
10 lines
#ifndef GENERAL_H
#define GENERAL_H
// Names of API interception DLLs
#define APISPY32DLL_NT "APISpyNT.dll"
#define APISPY32DLL_9X "APISpy9x.dll"
#endif