windows-nt/Source/XPSP1/NT/base/win32/fusion/w32/findclose.cpp

11 lines
93 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include <stdinc.h>
BOOL
W32::FindClose(
HANDLE h
)
{
return ::FindClose(h);
}