Skip to content

Commit

Permalink
Rename StubsExports.h
Browse files Browse the repository at this point in the history
  • Loading branch information
iMoD1998 committed Oct 10, 2020
1 parent cb9eee9 commit daad6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DLL Proxy Generator/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void GenerateASM(
return;
}

VSProject.AddFile<VSHeaderFile>( DLLName + "StubsExports.h" );
VSProject.AddFile<VSHeaderFile>( DLLName + "StubExports.h" );
MainGenerator.AddInclude( DLLName + "StubExports.h" );
}

Expand Down

0 comments on commit daad6ef

Please sign in to comment.