Fixing issue #44 (#56)

This commit is contained in:
jhkimnew 2017-01-06 11:08:43 -08:00 committed by GitHub
parent a4963aa6da
commit 839437ef8c
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored
View File

@ -46,4 +46,6 @@ src/*/x64/Release/
src/AspNetCore/aspnetcore_msg.h
src/AspNetCore/aspnetcore_msg.rc
src/AspNetCore/version.h
.build
.build
AspNetCoreModule.VC.db

View File

@ -113,6 +113,7 @@ VOID
}
HRESULT
__stdcall
RegisterModule(
DWORD dwServerVersion,
IHttpModuleRegistrationInfo * pModuleInfo,