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
575a1653
Commit
575a1653
authored
Oct 21, 1998
by
Marcus Meissner
Committed by
Alexandre Julliard
Oct 21, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DefineDosDevice stub added.
parent
edda6875
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
dos_fs.c
files/dos_fs.c
+6
-0
kernel32.spec
relay32/kernel32.spec
+1
-1
No files found.
files/dos_fs.c
View file @
575a1653
...
...
@@ -1779,3 +1779,9 @@ BOOL32 WINAPI SystemTimeToFileTime( const SYSTEMTIME *syst, LPFILETIME ft )
#endif
return
TRUE
;
}
BOOL32
WINAPI
DefineDosDevice32A
(
DWORD
flags
,
LPCSTR
devname
,
LPCSTR
targetpath
)
{
FIXME
(
dosfs
,
"(0x%08lx,%s,%s),stub!
\n
"
,
flags
,
devname
,
targetpath
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
relay32/kernel32.spec
View file @
575a1653
...
...
@@ -196,7 +196,7 @@ type win32
# FIXME
#181 register DebugBreak() DebugBreak
181 stub DebugBreak
182 st
ub DefineDosDevice
A
182 st
dcall DefineDosDeviceA(long str str) DefineDosDevice32
A
183 stub DefineDosDeviceW
184 stdcall DeleteAtom(long) DeleteAtom32
185 stdcall DeleteCriticalSection(ptr) DeleteCriticalSection
...
...
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