Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Commit 839437e

Browse files
authored
Fixing issue #44 (#56)
1 parent a4963aa commit 839437e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ src/*/x64/Release/
4646
src/AspNetCore/aspnetcore_msg.h
4747
src/AspNetCore/aspnetcore_msg.rc
4848
src/AspNetCore/version.h
49-
.build
49+
.build
50+
51+
AspNetCoreModule.VC.db

src/AspNetCore/Src/dllmain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ VOID
113113
}
114114

115115
HRESULT
116+
__stdcall
116117
RegisterModule(
117118
DWORD dwServerVersion,
118119
IHttpModuleRegistrationInfo * pModuleInfo,

0 commit comments

Comments
 (0)