dlltoexe.h 125 B

1234567
  1. #ifndef DLLTOEXE_H
  2. #define DLLTOEXE_H
  3. bool dllToExe( const char *exe_file,const char *dll_file,const char *entry );
  4. #endif