Comparing version 19.6.0 to 19.8.0
@@ -1,2 +0,2 @@ | ||
import { _POINTER, StructInstanceBase, ACCESS_MASK, DWORD, WCHAR_String } from '../common.types.js'; | ||
import { _POINTER, StructInstanceBase, ACCESS_MASK, DWORD, WCHAR_String, LPTSTR } from '../common.types.js'; | ||
import { DEVMODEW } from './wingdi.types.js'; | ||
@@ -15,5 +15,5 @@ /** | ||
export interface DOC_INFO_1 extends StructInstanceBase { | ||
pDocName: Buffer; | ||
pOutputFile: Buffer; | ||
pDatatype: Buffer; | ||
pDocName: LPTSTR; | ||
pOutputFile: LPTSTR; | ||
pDatatype: LPTSTR; | ||
} | ||
@@ -20,0 +20,0 @@ export declare type PDOC_INFO_1 = _POINTER; |
{ | ||
"name": "win32-def", | ||
"author": "waiting", | ||
"version": "19.6.0", | ||
"version": "19.8.0", | ||
"description": "win32 definitions for node-ffi", | ||
@@ -99,3 +99,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "98b15bf8e221933a6e3b3d86f5bb40606fde8863" | ||
"gitHead": "39171adf3093676a08ca6ddfa364877af9db82d6" | ||
} |
@@ -7,2 +7,3 @@ import { | ||
WCHAR_String, | ||
LPTSTR, | ||
} from '../common.types.js' | ||
@@ -27,5 +28,5 @@ | ||
export interface DOC_INFO_1 extends StructInstanceBase { | ||
pDocName: Buffer | ||
pOutputFile: Buffer | ||
pDatatype: Buffer | ||
pDocName: LPTSTR | ||
pOutputFile: LPTSTR | ||
pDatatype: LPTSTR | ||
} | ||
@@ -32,0 +33,0 @@ export type PDOC_INFO_1 = _POINTER |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
380531
8065