]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - Ventoy2Disk/Ventoy2Disk/process.h
Fix languages.json syntax error
[Ventoy.git] / Ventoy2Disk / Ventoy2Disk / process.h
index 39ebe4040bd0aa3f82f5a114865665483bfc6354..765c00eaeccc8a2b00b30630378c0dba17129de3 100644 (file)
@@ -365,11 +365,12 @@ if ((pf##proc == NULL) && (NT_SUCCESS(status))) status = STATUS_NOT_IMPLEMENTED;
 #define GB             1073741824LL
 #define TB          1099511627776LL
 
+#ifndef _WINTERNL_
 typedef struct _CLIENT_ID {
     HANDLE UniqueProcess;
     HANDLE UniqueThread;
 } CLIENT_ID;
-
+#endif