minor fix
This commit is contained in:
parent
ebc1303e9a
commit
1380f64cec
@ -20,8 +20,6 @@ set(vnrhost_src
|
||||
textthread.cc
|
||||
)
|
||||
|
||||
include_directories(../)
|
||||
|
||||
add_library(vnrhost SHARED ${vnrhost_src})
|
||||
|
||||
set_target_properties(vnrhost PROPERTIES LINK_FLAGS /SUBSYSTEM:WINDOWS)
|
||||
|
@ -9,9 +9,9 @@
|
||||
#endif // _MSC_VER
|
||||
|
||||
#include "hookman.h"
|
||||
#include "vnrhook/include/const.h"
|
||||
#include "vnrhook/include/defs.h"
|
||||
#include "vnrhook/include/types.h"
|
||||
#include "../vnrhook/include/const.h"
|
||||
#include "../vnrhook/include/defs.h"
|
||||
#include "../vnrhook/include/types.h"
|
||||
#include "winmutex.h"
|
||||
#include <atlbase.h>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "textthread.h"
|
||||
#include <unordered_map>
|
||||
#include <string>
|
||||
#include "vnrhook/include/types.h"
|
||||
#include "../vnrhook/include/types.h"
|
||||
|
||||
struct ProcessRecord
|
||||
{
|
||||
|
@ -4,9 +4,9 @@
|
||||
|
||||
#include "host.h"
|
||||
#include "pipe.h"
|
||||
#include "vnrhook/include/const.h"
|
||||
#include "vnrhook/include/defs.h"
|
||||
#include "vnrhook/include/types.h"
|
||||
#include "../vnrhook/include/const.h"
|
||||
#include "../vnrhook/include/defs.h"
|
||||
#include "../vnrhook/include/types.h"
|
||||
|
||||
HANDLE preventDuplicationMutex;
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#define DLLEXPORT __declspec(dllexport)
|
||||
#include "hookman.h"
|
||||
#include "vnrhook/include/types.h"
|
||||
#include "../vnrhook/include/types.h"
|
||||
#include <string>
|
||||
|
||||
DLLEXPORT void OpenHost();
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#include "pipe.h"
|
||||
#include "host.h"
|
||||
#include "vnrhook/include/defs.h"
|
||||
#include "vnrhook/include/const.h"
|
||||
#include "../vnrhook/include/defs.h"
|
||||
#include "../vnrhook/include/const.h"
|
||||
#include <atlbase.h>
|
||||
|
||||
extern HookManager* man;
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "host.h"
|
||||
#include "textthread.h"
|
||||
#include "vnrhook/include/const.h"
|
||||
#include "../vnrhook/include/const.h"
|
||||
#include "winmutex.h"
|
||||
|
||||
extern HookManager* man;
|
||||
|
Loading…
Reference in New Issue
Block a user