mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
[CRYPTEX] Add French translation
This commit is contained in:
parent
718ced9f3a
commit
d2c71d761e
7 changed files with 57 additions and 3 deletions
|
@ -904,7 +904,7 @@ NtfsUserFsRequest(PDEVICE_OBJECT DeviceObject,
|
|||
PIO_STACK_LOCATION Stack;
|
||||
PDEVICE_EXTENSION DeviceExt;
|
||||
|
||||
DPRINT1("NtfsUserFsRequest(%p, %p)\n", DeviceObject, Irp);
|
||||
DPRINT("NtfsUserFsRequest(%p, %p)\n", DeviceObject, Irp);
|
||||
|
||||
Stack = IoGetCurrentIrpStackLocation(Irp);
|
||||
DeviceExt = DeviceObject->DeviceExtension;
|
||||
|
@ -966,7 +966,7 @@ NtfsFileSystemControl(PNTFS_IRP_CONTEXT IrpContext)
|
|||
PIRP Irp;
|
||||
PDEVICE_OBJECT DeviceObject;
|
||||
|
||||
DPRINT1("NtfsFileSystemControl() called\n");
|
||||
DPRINT("NtfsFileSystemControl() called\n");
|
||||
|
||||
DeviceObject = IrpContext->DeviceObject;
|
||||
Irp = IrpContext->Irp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue