Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
bc22e2f0
Commit
bc22e2f0
authored
Aug 24, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved the FileFsDeviceInformation query to a separate function.
parent
442c253a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
file.c
dlls/ntdll/file.c
+0
-0
ntdll_misc.h
dlls/ntdll/ntdll_misc.h
+2
-0
No files found.
dlls/ntdll/file.c
View file @
bc22e2f0
This diff is collapsed.
Click to expand it.
dlls/ntdll/ntdll_misc.h
View file @
bc22e2f0
...
...
@@ -25,6 +25,7 @@
#include "winnt.h"
#include "ntstatus.h"
#include "winternl.h"
#include "winioctl.h"
#include "wine/server.h"
/* The per-thread signal stack size */
...
...
@@ -87,6 +88,7 @@ extern NTSTATUS CDROM_DeviceIoControl(HANDLE hDevice,
/* file I/O */
extern
NTSTATUS
FILE_GetNtStatus
(
void
);
extern
NTSTATUS
FILE_GetDeviceInfo
(
int
fd
,
FILE_FS_DEVICE_INFORMATION
*
info
);
extern
BOOL
DIR_is_hidden_file
(
const
UNICODE_STRING
*
name
);
extern
NTSTATUS
DIR_get_unix_cwd
(
char
**
cwd
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment