Fix mismatch between longfilepathwrappers.cpp and longfilepathwrappers.h (dotnet...
authorJonghyun Park <parjong@gmail.com>
Wed, 30 Nov 2016 20:07:16 +0000 (05:07 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 30 Nov 2016 20:07:16 +0000 (21:07 +0100)
commit3d5375f34393e20e9ba557021578a5e975c410a1
tree3add9484910779d6bc729b977ccbb72ed5275d15
parent395675f3ee383186c1159c95e3bf9a71226c3548
Fix mismatch between longfilepathwrappers.cpp and longfilepathwrappers.h (dotnet/coreclr#8370)

'longfilepathwrappers.h' declares several functions without WINAPI
attribute, but 'longfilepathwrappers.cpp' implements them with WINAPI
attributes.

This commit makes the declarations in 'longfilepathwrappers.h'
consistent with the implementations in 'longfilepathwrappers.cpp'.

Commit migrated from https://github.com/dotnet/coreclr/commit/73c2dc7771ff782ccfdd4a9287d83f807d646131
src/coreclr/src/inc/longfilepathwrappers.h