mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 16:22:43 -05:00
dll: convert all initialization to the initonce pattern
This commit is contained in:
@ -464,10 +464,9 @@ typedef struct
|
||||
static inline BOOLEAN FspNpValidateEnum(FSP_NP_ENUM *Enum)
|
||||
{
|
||||
#if 0
|
||||
extern HANDLE ProcessHeap;
|
||||
return
|
||||
0 != Enum &&
|
||||
HeapValidate(ProcessHeap, 0, Enum) &&
|
||||
HeapValidate(GetProcessHeap(), 0, Enum) &&
|
||||
'munE' == Enum->Signature;
|
||||
#else
|
||||
return
|
||||
|
Reference in New Issue
Block a user