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
da920ee9
Commit
da920ee9
authored
Aug 09, 2001
by
Andreas Mohr
Committed by
Alexandre Julliard
Aug 09, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
635d965a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
7 deletions
+17
-7
security.c
dlls/advapi32/security.c
+1
-1
lolvldrv.c
dlls/winmm/lolvldrv.c
+1
-1
mmio.c
dlls/winmm/mmio.c
+1
-1
.cvsignore
documentation/.cvsignore
+1
-0
wine.man.in
documentation/wine.man.in
+7
-1
pe_image.c
loader/pe_image.c
+2
-2
version.c
misc/version.c
+3
-0
ole2nls.c
ole/ole2nls.c
+1
-1
No files found.
dlls/advapi32/security.c
View file @
da920ee9
...
...
@@ -120,7 +120,7 @@ GetTokenInformation( HANDLE token, TOKEN_INFORMATION_CLASS tokeninfoclass,
BOOL
WINAPI
SetThreadToken
(
PHANDLE
thread
,
HANDLE
token
)
{
FIXME
(
"(%p, %x): stub
\n
"
,
thread
,
token
);
FIXME
(
"(%p, %x): stub
(NT impl. only)
\n
"
,
thread
,
token
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
...
...
dlls/winmm/lolvldrv.c
View file @
da920ee9
...
...
@@ -2544,7 +2544,7 @@ static BOOL MMDRV_InitFromRegistry(void)
static
BOOL
MMDRV_InitHardcoded
(
void
)
{
ERR
(
"You didn't setup properly the config file for the Wine multimedia modules.
\n
"
"Will use the hard-coded setup, but this will disapear soon.
\n
"
"Will use the hard-coded setup, but this will disap
p
ear soon.
\n
"
"Please add a WinMM section to your Wine config file.
\n
"
);
/* first load hardware drivers */
...
...
dlls/winmm/mmio.c
View file @
da920ee9
...
...
@@ -543,7 +543,7 @@ static FOURCC MMIO_ParseExt(LPCSTR szFileName)
/**************************************************************************
* MMIO_Get [internal]
*
* Ret
irieves from current process the mmio object
* Ret
rieves the mmio object from current process
*/
static
LPWINE_MMIO
MMIO_Get
(
LPWINE_MM_IDATA
iData
,
HMMIO
h
)
{
...
...
documentation/.cvsignore
View file @
da920ee9
...
...
@@ -2,6 +2,7 @@
*.dvi
*.junk
*.log
*.out
*.tex
DBTOHTML_OUTPUT_DIR*
Makefile
...
...
documentation/wine.man.in
View file @
da920ee9
...
...
@@ -168,7 +168,13 @@ or in Unix format (
). You may pass arguments to the program being executed by adding them
to the end of the command line invoking
.B wine
(such as: wine notepad C:\(rs\(rsTEMP\(rs\(rsREADME.TXT). Command line processing goes as
(such as: wine notepad C:\(rs\(rsTEMP\(rs\(rsREADME.TXT).
Note that you need to '\(rs' escape special characters (and spaces) when invoking Wine via
a shell, e.g.
.PP
wine C:\(rs\(rsProgram\(rs Files\(rs\(rsMyPrg\(rs\(rstest.exe
.PP
Command line processing goes as
follows: first
.B wine
checks whether one or more of the above mentioned
...
...
loader/pe_image.c
View file @
da920ee9
...
...
@@ -383,7 +383,7 @@ static int do_relocations( char *base, const IMAGE_NT_HEADERS *nt, const char *f
if
(
!
dir
->
VirtualAddress
||
!
dir
->
Size
)
{
if
(
nt
->
OptionalHeader
.
ImageBase
==
0x400000
)
ERR
(
"Standard load address for a Win32 program not available - patched kernel ?
\n
"
);
ERR
(
"Standard load address for a Win32 program
(0x00400000)
not available - patched kernel ?
\n
"
);
ERR
(
"FATAL: Need to relocate %s, but no relocation records present (%s). Try to run that file directly !
\n
"
,
filename
,
(
nt
->
FileHeader
.
Characteristics
&
IMAGE_FILE_RELOCS_STRIPPED
)
?
...
...
@@ -455,7 +455,7 @@ static int do_relocations( char *base, const IMAGE_NT_HEADERS *nt, const char *f
* (at least) Linux does only support offsets which are page-aligned.
*
* BUT we have to map the whole image anyway, for Win32 programs sometimes
* want to access them. (HMODULE
32 point
to the start of it)
* want to access them. (HMODULE
points
to the start of it)
*/
HMODULE
PE_LoadImage
(
HANDLE
hFile
,
LPCSTR
filename
,
DWORD
flags
)
{
...
...
misc/version.c
View file @
da920ee9
...
...
@@ -78,6 +78,9 @@ static VERSION_DATA VersionData[NB_WINDOWS_VERSIONS] =
0x07000304
,
0xC0000004
,
{
/* 0x40003B6 == 4.00.950 == Win95 orig. release and Win95a
* 0x4000457 == 4.00.1111 == Win95B aka Win95 OSR2
* Win95a/B can be discerned via regkey SubVersionNumber */
sizeof
(
OSVERSIONINFOA
),
4
,
0
,
0x40003B6
,
VER_PLATFORM_WIN32_WINDOWS
,
"Win95"
}
...
...
ole/ole2nls.c
View file @
da920ee9
...
...
@@ -2529,7 +2529,7 @@ UINT WINAPI CompareStringW(DWORD lcid, DWORD fdwStyle,
{
int
len
,
ret
;
if
(
fdwStyle
&
NORM_IGNORENONSPACE
)
FIXME
(
"IGNORENONSPACE not supprted
\n
"
);
FIXME
(
"IGNORENONSPACE not supp
o
rted
\n
"
);
if
(
fdwStyle
&
NORM_IGNORESYMBOLS
)
FIXME
(
"IGNORESYMBOLS not supported
\n
"
);
...
...
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