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

2
.gitignore vendored
View File

@ -47,3 +47,5 @@ src/AspNetCore/aspnetcore_msg.h
src/AspNetCore/aspnetcore_msg.rc src/AspNetCore/aspnetcore_msg.rc
src/AspNetCore/version.h src/AspNetCore/version.h
.build .build
AspNetCoreModule.VC.db

View File

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