10 lines
103 B
C++
10 lines
103 B
C++
#pragma once
|
|
|
|
#include <peconv.h>
|
|
|
|
namespace tests {
|
|
|
|
int hook_self_local();
|
|
|
|
}; //namespace tests
|