NetDb.h -> NetDb.hpp for case insensative file systems clashing with libc's netdb.h

This commit is contained in:
Jeff Becker 2017-04-21 20:04:16 -04:00
parent 2756f3332c
commit e238f7ed37
27 changed files with 27 additions and 27 deletions

View file

@ -83,7 +83,7 @@
<ClInclude Include="..\LittleBigEndian.h" />
<ClInclude Include="..\Log.h" />
<ClInclude Include="..\NetDbRequests.h" />
<ClInclude Include="..\NetDb.h" />
<ClInclude Include="..\NetDb.hpp" />
<ClInclude Include="..\NTCPSession.h" />
<ClInclude Include="..\Queue.h" />
<ClInclude Include="..\Profiling.h" />