Skip to content

Commit bc9cebe

Browse files
committed
fix dllmain.cpp to algh with actual name casing
1 parent 554eea3 commit bc9cebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NppJsonViewer/NPPJSONViewer.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<ItemGroup>
189189
<ClCompile Include="..\..\external\npp\StaticDialog.cpp" />
190190
<ClCompile Include="AboutDlg.cpp" />
191-
<ClCompile Include="DllMain.cpp" />
191+
<ClCompile Include="dllmain.cpp" />
192192
<ClCompile Include="JsonHandler.cpp" />
193193
<ClCompile Include="JsonViewDlg.cpp" />
194194
<ClCompile Include="NppJsonPlugin.cpp" />

src/NppJsonViewer/NPPJSONViewer.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</Filter>
2222
</ItemGroup>
2323
<ItemGroup>
24-
<ClCompile Include="DllMain.cpp">
24+
<ClCompile Include="dllmain.cpp">
2525
<Filter>Source Files</Filter>
2626
</ClCompile>
2727
<ClCompile Include="NppJsonPlugin.cpp">

0 commit comments

Comments
 (0)