mirror of
https://github.com/winfsp/winfsp.git
synced 2026-09-03 17:28:38 -05:00
dll: convert all initialization to the initonce pattern
This commit is contained in:
+1
-2
@@ -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