Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
13ea5155
Commit
13ea5155
authored
Jan 16, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
Jan 16, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Move FileCDR16 in with the other 16bit file functions.
parent
a1edebf5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
+9
-10
change.c
dlls/kernel/change.c
+0
-10
file16.c
dlls/kernel/file16.c
+9
-0
No files found.
dlls/kernel/change.c
View file @
13ea5155
...
...
@@ -31,7 +31,6 @@
#include "winerror.h"
#include "winternl.h"
#include "kernel_private.h"
#include "wine/windef16.h"
#include "wine/server.h"
#include "wine/debug.h"
...
...
@@ -126,15 +125,6 @@ BOOL WINAPI FindCloseChangeNotification( HANDLE handle )
return
CloseHandle
(
handle
);
}
/***********************************************************************
* FileCDR (KERNEL.130)
*/
FARPROC16
WINAPI
FileCDR16
(
FARPROC16
x
)
{
FIXME
(
"(%p): stub
\n
"
,
x
);
return
(
FARPROC16
)
TRUE
;
}
BOOL
WINAPI
ReadDirectoryChangesW
(
HANDLE
handle
,
LPVOID
buffer
,
DWORD
len
,
BOOL
subtree
,
DWORD
filter
,
LPDWORD
returned
,
LPOVERLAPPED
overlapped
,
LPOVERLAPPED_COMPLETION_ROUTINE
completion
)
...
...
dlls/kernel/file16.c
View file @
13ea5155
...
...
@@ -733,3 +733,12 @@ BOOL16 WINAPI GetDiskFreeSpace16( LPCSTR root, LPDWORD cluster_sectors,
return
GetDiskFreeSpaceA
(
root
,
cluster_sectors
,
sector_bytes
,
free_clusters
,
total_clusters
);
}
/***********************************************************************
* FileCDR (KERNEL.130)
*/
FARPROC16
WINAPI
FileCDR16
(
FARPROC16
x
)
{
FIXME
(
"(%p): stub
\n
"
,
x
);
return
(
FARPROC16
)
TRUE
;
}
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