Files
Vasily Plotnikov a0d8c7080d Initial commit
2020-11-09 23:38:45 +02:00

21 lines
419 B
C

//
// edrav2.libprocmon project
//
#pragma once
#include "extheaders.h"
#include "objects.h"
// Enable objects creation
CMD_IMPORT_LIBRARY_OBJECTS(libprocmon)
// Declaration of linking dependences (statical libraries)
#ifdef _MSC_VER
#pragma comment(lib, "libprocmon.lib")
#pragma comment(lib, "madCHook.lib")
#else
#error Declaration of linking dependences is not implemented for this compiler
#endif // _MSC_VER