10 lines
118 B
C++
10 lines
118 B
C++
#pragma once
|
|
|
|
#include "peconv.h"
|
|
|
|
namespace tests {
|
|
|
|
int replace_delayed_imps(char *path);
|
|
|
|
}; //namespace tests
|