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
fbb33435
Commit
fbb33435
authored
Mar 02, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 02, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
16e86890
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
52 additions
and
51 deletions
+52
-51
rebar.c
dlls/comctl32/rebar.c
+1
-1
syslink.c
dlls/comctl32/syslink.c
+2
-2
region.c
dlls/gdi/region.c
+2
-2
process.c
dlls/kernel/process.c
+2
-2
file.c
dlls/kernel/tests/file.c
+2
-1
action.c
dlls/msi/action.c
+7
-7
msi.c
dlls/msi/msi.c
+1
-1
file.c
dlls/msvcrt/file.c
+1
-1
reg.c
dlls/ntdll/reg.c
+1
-1
clipboard.c
dlls/ole32/clipboard.c
+1
-1
typelib.c
dlls/oleaut32/typelib.c
+1
-1
varformat.c
dlls/oleaut32/varformat.c
+1
-1
reader.c
dlls/richedit/reader.c
+2
-2
richedit.c
dlls/richedit/richedit.c
+1
-1
clipboard.c
dlls/shell32/clipboard.c
+1
-1
shelllink.c
dlls/shell32/shelllink.c
+2
-2
shfldr_fs.c
dlls/shell32/shfldr_fs.c
+1
-1
dde_private.h
dlls/user/dde/dde_private.h
+1
-1
sysparams.c
dlls/user/tests/sysparams.c
+1
-1
vxd.c
dlls/winedos/vxd.c
+1
-1
audio.c
dlls/winmm/wineoss/audio.c
+1
-1
architecture.sgml
documentation/architecture.sgml
+1
-1
getting.sgml
documentation/getting.sgml
+1
-1
objbase.h
include/objbase.h
+1
-1
cmdlgtst.c
programs/cmdlgtst/cmdlgtst.c
+1
-1
wcmdmain.c
programs/wcmd/wcmdmain.c
+2
-2
wineboot.c
programs/wineboot/wineboot.c
+1
-1
db_disasm.c
programs/winedbg/db_disasm.c
+1
-1
winevdm.c
programs/winevdm/winevdm.c
+2
-2
client.c
tools/widl/client.c
+1
-1
winebuild.man.in
tools/winebuild/winebuild.man.in
+2
-2
pe.c
tools/winedump/pe.c
+3
-3
symbol.c
tools/winedump/symbol.c
+2
-2
parser.y
tools/wrc/parser.y
+1
-1
No files found.
dlls/comctl32/rebar.c
View file @
fbb33435
...
...
@@ -1956,7 +1956,7 @@ REBAR_ValidateBand (REBAR_INFO *infoPtr, REBAR_BAND *lpBand)
infoPtr
->
fStatus
|=
BAND_NEEDS_LAYOUT
;
/* Header is where the image, text and gripper exist */
/* in the band and prece
ed
the child window. */
/* in the band and prece
de
the child window. */
/* count number of non-FIXEDSIZE and non-Hidden bands */
nonfixed
=
0
;
...
...
dlls/comctl32/syslink.c
View file @
fbb33435
...
...
@@ -513,7 +513,7 @@ static VOID SYSLINK_RepaintLink (SYSLINK_INFO *infoPtr, PDOC_ITEM DocItem)
/***********************************************************************
* SYSLINK_GetLinkItemByIndex
* Retr
eives a document link by it'
s index
* Retr
ieves a document link by it
s index
*/
static
PDOC_ITEM
SYSLINK_GetLinkItemByIndex
(
SYSLINK_INFO
*
infoPtr
,
int
iLink
)
{
...
...
@@ -532,7 +532,7 @@ static PDOC_ITEM SYSLINK_GetLinkItemByIndex (SYSLINK_INFO *infoPtr, int iLink)
/***********************************************************************
* SYSLINK_GetFocusLink
* Retr
ei
ves the link that has the LIS_FOCUSED bit
* Retr
ie
ves the link that has the LIS_FOCUSED bit
*/
static
PDOC_ITEM
SYSLINK_GetFocusLink
(
SYSLINK_INFO
*
infoPtr
,
int
*
LinkId
)
{
...
...
dlls/gdi/region.c
View file @
fbb33435
...
...
@@ -1207,7 +1207,7 @@ static void REGION_UnionRectWithRegion(const RECT *rect, WINEREGION *rgn)
* Create a region that is a frame around another region.
* Compute the intersection of the region moved in all 4 directions
* ( +x, -x, +y, -y) and subtract from the original.
* The result looks slightly better th
e
n in Windows :)
* The result looks slightly better th
a
n in Windows :)
*/
BOOL
REGION_FrameRgn
(
HRGN
hDest
,
HRGN
hSrc
,
INT
x
,
INT
y
)
{
...
...
@@ -2170,7 +2170,7 @@ static void REGION_SubtractO (WINEREGION *pReg, RECT *r1, RECT *r1End,
else
if
(
r2
->
left
<=
left
)
{
/*
* Subtrahend prece
ed
s minuend: nuke left edge of minuend.
* Subtrahend prece
de
s minuend: nuke left edge of minuend.
*/
left
=
r2
->
right
;
if
(
left
>=
r1
->
right
)
...
...
dlls/kernel/process.c
View file @
fbb33435
...
...
@@ -608,7 +608,7 @@ static BOOL build_command_line( WCHAR **argv )
if
(
*
a
==
' '
||
*
a
==
'\t'
)
{
has_space
=
1
;
}
else
if
(
*
a
==
'"'
)
{
/* doubling of '\' prece
e
ding a '"',
/* doubling of '\' preceding a '"',
* plus escaping of said '"'
*/
len
+=
2
*
bcount
+
1
;
...
...
@@ -667,7 +667,7 @@ static BOOL build_command_line( WCHAR **argv )
if
(
*
a
==
'"'
)
{
int
i
;
/* Double all the '\\' prece
e
ding this '"', plus one */
/* Double all the '\\' preceding this '"', plus one */
for
(
i
=
0
;
i
<=
bcount
;
i
++
)
*
p
++=
'\\'
;
*
p
++=
'"'
;
...
...
dlls/kernel/tests/file.c
View file @
fbb33435
...
...
@@ -583,8 +583,9 @@ static void test_CopyFileA(void)
ok
(
ret
==
sizeof
(
prefix
),
"destination file has wrong size %ld
\n
"
,
ret
);
/* make sure that destination has the same filetime */
ok
(
ret
=
GetFileTime
(
hfile
,
NULL
,
NULL
,
&
ft1
),
"GetFileTime error %ld
\n
"
,
GetLastError
());
ok
(
ret
=
GetFileTime
(
hfile
,
NULL
,
NULL
,
&
ft2
),
"GetFileTime error %ld
\n
"
,
GetLastError
());
ok
(
CompareFileTime
(
&
ft1
,
&
ft2
)
==
0
,
"destination file has wrong filetime"
);
ok
(
CompareFileTime
(
&
ft1
,
&
ft2
)
==
0
,
"destination file has wrong filetime
\n
"
);
SetLastError
(
0xdeadbeef
);
ret
=
CopyFileA
(
source
,
dest
,
FALSE
);
...
...
dlls/msi/action.c
View file @
fbb33435
...
...
@@ -2299,8 +2299,8 @@ static UINT SetFeatureStates(MSIPACKAGE *package)
install_level
=
1
;
/* ok hereis the _real_ rub
* all these activation/deacti
ontion things happen in order and things later
* on the list override things earlier on the list.
* all these activation/deacti
vation things happen in order and things
*
later
on the list override things earlier on the list.
* 1) INSTALLLEVEL processing
* 2) ADDLOCAL
* 3) REMOVE
...
...
@@ -2312,13 +2312,13 @@ static UINT SetFeatureStates(MSIPACKAGE *package)
* 9) FILEADDLOCAL
* 10) FILEADDSOURCE
* 11) FILEADDDEFAULT
* I have confirmed th
is if ADDLOCAL
is stated then the INSTALLLEVEL is
* i
tnored for all the features. seems strange, eps
ecially since it is not
* I have confirmed th
at if ADDLOCAL
is stated then the INSTALLLEVEL is
* i
gnored for all the features. seems strange, esp
ecially since it is not
* documented anywhere, but it is how it works.
*
* I am still ignoring alot of these. But that is ok for now, ADDLOCAL and
* REMOVE are the big ones, since we don
t handle administrative installs yet
* anyway.
* I am still ignoring a
lot of these. But that is ok for now, ADDLOCAL and
* REMOVE are the big ones, since we don
't handle administrative installs
*
yet
anyway.
*/
override
|=
process_state_property
(
package
,
szAddLocal
,
INSTALLSTATE_LOCAL
);
override
|=
process_state_property
(
package
,
szRemove
,
INSTALLSTATE_ABSENT
);
...
...
dlls/msi/msi.c
View file @
fbb33435
...
...
@@ -1176,7 +1176,7 @@ INSTALLSTATE WINAPI MsiGetComponentPathW(LPCWSTR szProduct, LPCWSTR szComponent,
}
else
{
/* PROB
I
BLY a file */
/* PROB
A
BLY a file */
if
(
GetFileAttributesW
(
path
)
!=
INVALID_FILE_ATTRIBUTES
)
rrc
=
INSTALLSTATE_LOCAL
;
else
...
...
dlls/msvcrt/file.c
View file @
fbb33435
...
...
@@ -1971,7 +1971,7 @@ int _write(int fd, const void* buf, unsigned int count)
{
unsigned
int
i
,
j
,
nr_lf
;
char
*
s
=
(
char
*
)
buf
,
*
buf_start
=
(
char
*
)
buf
,
*
p
;
/* find number of \n ( without prece
eding \r
*/
/* find number of \n ( without prece
ding \r )
*/
for
(
nr_lf
=
0
,
i
=
0
;
i
<
count
;
i
++
)
{
if
(
s
[
i
]
==
'\n'
)
...
...
dlls/ntdll/reg.c
View file @
fbb33435
...
...
@@ -1212,7 +1212,7 @@ NTSTATUS WINAPI RtlCheckRegistryKey(IN ULONG RelativeTo, IN PWSTR Path)
* ValueName [I] Name of the value to delete
*
* RETURNS
* STATUS_SUCCESS if the specified key is suc
e
sfully deleted, or an NTSTATUS error code.
* STATUS_SUCCESS if the specified key is suc
ces
sfully deleted, or an NTSTATUS error code.
*/
NTSTATUS
WINAPI
RtlDeleteRegistryValue
(
IN
ULONG
RelativeTo
,
IN
PCWSTR
Path
,
IN
PCWSTR
ValueName
)
{
...
...
dlls/ole32/clipboard.c
View file @
fbb33435
...
...
@@ -799,7 +799,7 @@ LRESULT CALLBACK OLEClipbrd_WndProc
* (Recall that in OleSetClipboard, we used SetClipboardData to
* make all HGLOBAL formats supported by the source IDataObject
* available using delayed rendering)
* On receiving this mesage we must actually render the data in the
* On receiving this mes
s
age we must actually render the data in the
* specified format and place it on the clipboard by calling the
* SetClipboardData function.
*/
...
...
dlls/oleaut32/typelib.c
View file @
fbb33435
...
...
@@ -4117,7 +4117,7 @@ static ULONG WINAPI ITypeInfo_fnRelease(ITypeInfo2 *iface)
if
(
ref
)
{
/* We don't release ITypeLib when ref=0 because
it means that fun
tion is called by ITypeLi
2_Release */
it means that fun
ction is called by ITypeLib
2_Release */
ITypeLib2_Release
((
ITypeLib2
*
)
This
->
pTypeLib
);
}
else
{
FIXME
(
"destroy child objects
\n
"
);
...
...
dlls/oleaut32/varformat.c
View file @
fbb33435
...
...
@@ -94,7 +94,7 @@ static const WCHAR szPercentZeroStar_d[] = { '%','0','*','d','\0' };
* characters. Literal characters are copied unmodified to the formatted
* output at the position they occupy in the format string. Any character
* that is not recognised as a token is treated as a literal. A literal can
* also be specified by prece
e
ding it with a backslash character
* also be specified by preceding it with a backslash character
* (e.g. "\L\i\t\e\r\a\l") or enclosing it in double quotes.
*
* A user-defined format can have up to 4 sections, depending on the type of
...
...
dlls/richedit/reader.c
View file @
fbb33435
...
...
@@ -887,8 +887,8 @@ char buf[rtfBufSiz];
/*
* Convert a C
aracterSetMap (caracter_name, c
aracter) into
* this form : array[c
aracter_ident] = c
aracter;
* Convert a C
harSetMap (character_name, ch
aracter) into
* this form : array[c
haracter_ident] = ch
aracter;
*/
int
RTFReadCharSetMap
(
RTF_Info
*
info
,
int
csId
)
...
...
dlls/richedit/richedit.c
View file @
fbb33435
...
...
@@ -149,7 +149,7 @@ static LRESULT WINAPI RICHED32_WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam,
newstyle
&=
~
ES_NUMBER
;
/* Reused as ES_DISABLENOSCROLL */
SetWindowLongA
(
hwnd
,
GWL_STYLE
,
newstyle
);
/* Note that SetWindowLongA(hwnd,GWL_STYLE...) does
n
t update
/* Note that SetWindowLongA(hwnd,GWL_STYLE...) does
no
t update
the style field in the text window as the edit structure is
not initialized until it processes this message. Therefore
update the style in the message itself */
...
...
dlls/shell32/clipboard.c
View file @
fbb33435
...
...
@@ -26,7 +26,7 @@
* - a right mousebutton-copy sets the following formats:
* classic:
* Shell IDList Array
* Prefered Drop Effect
* Prefer
r
ed Drop Effect
* Shell Object Offsets
* HDROP
* FileName
...
...
dlls/shell32/shelllink.c
View file @
fbb33435
...
...
@@ -650,7 +650,7 @@ static HRESULT Stream_LoadAdvertiseInfo( IStream* stm, LPWSTR *str )
size
=
sizeof
buffer
-
sizeof
(
DWORD
);
if
(
buffer
.
size
!=
sizeof
buffer
)
{
ERR
(
"Ooops. This structure is
different to
expected...
\n
"
);
ERR
(
"Ooops. This structure is
not as
expected...
\n
"
);
return
E_FAIL
;
}
...
...
@@ -865,7 +865,7 @@ static HRESULT Stream_WriteString( IStream* stm, LPCWSTR str )
*
* FIXME: One day we might want to write the network volume information
* and the final path.
* Figure out how Windows deals with unicode path
e
s here.
* Figure out how Windows deals with unicode paths here.
*/
static
HRESULT
Stream_WriteLocationInfo
(
IStream
*
stm
,
LPCWSTR
path
,
volume_info
*
volume
)
...
...
dlls/shell32/shfldr_fs.c
View file @
fbb33435
...
...
@@ -303,7 +303,7 @@ static ULONG WINAPI IShellFolder_fnRelease (IShellFolder2 * iface)
*
* If the caller bound File System Bind Data, assume it is the
* find data for the path.
* This allows binding of path
e
s that don't exist.
* This allows binding of paths that don't exist.
*/
LPITEMIDLIST
SHELL32_CreatePidlFromBindCtx
(
IBindCtx
*
pbc
,
LPCWSTR
path
)
{
...
...
dlls/user/dde/dde_private.h
View file @
fbb33435
...
...
@@ -40,7 +40,7 @@
* - a popup window (InstanceClass) is created for each instance.
* - this window is used to receive all the DDEML events (server registration,
* conversation confirmation...). See the WM_WDML_???? messages for details
* + when registring a server (DdeNameService) a WDML_SERVER is created
* + when regist
e
ring a server (DdeNameService) a WDML_SERVER is created
* - a popup window (ServerNameClass) is created
* + a conversation is represented by two WDML_CONV structures:
* - one on the client side, the other one on the server side
...
...
dlls/user/tests/sysparams.c
View file @
fbb33435
...
...
@@ -1092,7 +1092,7 @@ static void test_SPI_SETWORKAREA( void ) /* 47 */
/* Modify the work area only minimally as this causes the icons that
* fall outside it to be moved around thus requiring the user to
* reposition them manually one by one.
* Changing the work area by just one pixel should make this occurence
* Changing the work area by just one pixel should make this occur
r
ence
* reasonably unlikely.
*/
curr_val
.
left
=
old_area
.
left
;
...
...
dlls/winedos/vxd.c
View file @
fbb33435
...
...
@@ -623,7 +623,7 @@ void WINAPI VXD_Win32s( CONTEXT86 *context )
* and StackLinearToSegmented for the byte sequence '0F 01 04'
* (this is the opcode of 'sgdt [si]'). We then search backwards
* from this address for the last occurrence of 'CB' (retf) that marks
* the end of the prece
e
ding function. The following byte (which
* the end of the preceding function. The following byte (which
* should now be the first byte of the function we are looking for)
* will be replaced by 'CB' (retf).
*
...
...
dlls/winmm/wineoss/audio.c
View file @
fbb33435
...
...
@@ -1322,7 +1322,7 @@ static BOOL wodUpdatePlayedTotal(WINE_WAVEOUT* wwo, audio_buf_info* info)
}
/* GETOSPACE is not always accurate when we're down to the last fragment or two;
** we try to accomodate that here by assuming that the dsp is empty by looking
** we try to accom
m
odate that here by assuming that the dsp is empty by looking
** at the clock rather than the result of GETOSPACE */
notplayed
=
wwo
->
dwBufferSize
-
info
->
bytes
;
if
(
notplayed
>
0
&&
notplayed
<
(
info
->
fragsize
*
2
))
...
...
documentation/architecture.sgml
View file @
fbb33435
...
...
@@ -300,7 +300,7 @@
<listitem>
<para>
Win 9x roots its architecture in 16 bit systems, while
NT is tru
e
ly a 32 bit system.
NT is truly a 32 bit system.
</para>
</listitem>
<listitem>
...
...
documentation/getting.sgml
View file @
fbb33435
...
...
@@ -5,7 +5,7 @@
<para>
Once you've decided that Wine is right for your needs, the next step is
to decide how you want to install it. There are three methods for
installing Wine from Wine
hq
, each with their own advantages and
installing Wine from Wine
HQ
, each with their own advantages and
disadvantages.
</para>
...
...
include/objbase.h
View file @
fbb33435
...
...
@@ -98,7 +98,7 @@
* - Finally the set of 'IDirect3D_Xxx' macros is a standard set of macros defined to ease access
* to the interface methods in C. Unfortunately I don't see any way to avoid having to duplicate
* the inherited method definitions there. This time I could have used a trick to use only one
* macro whatever the number of parameters but I prefered to have it work the same way as above.
* macro whatever the number of parameters but I prefer
r
ed to have it work the same way as above.
* - You probably have noticed that we don't define the fields we need to actually implement this
* interface: reference count, pointer to other resources and miscellaneous fields. That's
* because these interfaces are just that: interfaces. They may be implemented more than once, in
...
...
programs/cmdlgtst/cmdlgtst.c
View file @
fbb33435
...
...
@@ -728,7 +728,7 @@ LRESULT CALLBACK EXPORT mainWindowDispatcher(
MessageBox
(
hWnd
,
"Finding next occurrence."
,
"Findnext"
,
MB_OK
);
}
else
if
(
lpfr
->
Flags
&
FR_REPLACE
)
{
MessageBox
(
hWnd
,
"Replacing next occurence."
,
"Replace"
,
MB_OK
);
MessageBox
(
hWnd
,
"Replacing next occur
r
ence."
,
"Replace"
,
MB_OK
);
}
else
if
(
lpfr
->
Flags
&
FR_REPLACEALL
)
{
MessageBox
(
hWnd
,
"Replacing all occurrences."
,
"Replace All"
,
MB_OK
);
...
...
programs/wcmd/wcmdmain.c
View file @
fbb33435
...
...
@@ -107,7 +107,7 @@ int main (int argc, char *argv[])
if
(
*
a
==
' '
||
*
a
==
'\t'
)
{
has_space
=
1
;
}
else
if
(
*
a
==
'"'
)
{
/* doubling of '\' prece
e
ding a '"',
/* doubling of '\' preceding a '"',
* plus escaping of said '"'
*/
len
+=
2
*
bcount
+
1
;
...
...
@@ -165,7 +165,7 @@ int main (int argc, char *argv[])
if
(
*
a
==
'"'
)
{
int
i
;
/* Double all the '\\' prece
e
ding this '"', plus one */
/* Double all the '\\' preceding this '"', plus one */
for
(
i
=
0
;
i
<=
bcount
;
i
++
)
*
p
++=
'\\'
;
*
p
++=
'"'
;
...
...
programs/wineboot/wineboot.c
View file @
fbb33435
...
...
@@ -223,7 +223,7 @@ static BOOL pendingRename()
}
res
=
RegQueryValueExW
(
hSession
,
ValueName
,
NULL
,
NULL
/* The value type does not really interest us, as it is not
tru
e
ly a REG_MULTI_SZ anyways */
,
truly a REG_MULTI_SZ anyways */
,
NULL
,
&
dataLength
);
if
(
res
==
ERROR_FILE_NOT_FOUND
)
{
...
...
programs/winedbg/db_disasm.c
View file @
fbb33435
...
...
@@ -1215,7 +1215,7 @@ static void db_print_address(const char *seg, int size, struct i_addr *addrp, in
else
{
/* try to get destination of indirect call
does not work for segmented adresses */
does not work for segmented ad
d
resses */
if
(
!
seg
&&
byref
)
{
void
*
a1
;
void
*
a2
;
...
...
programs/winevdm/winevdm.c
View file @
fbb33435
...
...
@@ -59,7 +59,7 @@ static char *build_command_line( char **argv )
if
(
*
a
==
' '
||
*
a
==
'\t'
)
{
has_space
=
1
;
}
else
if
(
*
a
==
'"'
)
{
/* doubling of '\' prece
e
ding a '"',
/* doubling of '\' preceding a '"',
* plus escaping of said '"'
*/
len
+=
2
*
bcount
+
1
;
...
...
@@ -117,7 +117,7 @@ static char *build_command_line( char **argv )
if
(
*
a
==
'"'
)
{
int
i
;
/* Double all the '\\' prece
e
ding this '"', plus one */
/* Double all the '\\' preceding this '"', plus one */
for
(
i
=
0
;
i
<=
bcount
;
i
++
)
*
p
++=
'\\'
;
*
p
++=
'"'
;
...
...
tools/widl/client.c
View file @
fbb33435
...
...
@@ -195,7 +195,7 @@ static void write_function_stubs(type_t *iface)
fprintf
(
client
,
"
\n
"
);
/* send/rec
ie
ve message */
/* send/rec
ei
ve message */
/* print_client("NdrNsSendReceive(\n"); */
print_client
(
"NdrSendReceive(
\n
"
);
indent
++
;
...
...
tools/winebuild/winebuild.man.in
View file @
fbb33435
...
...
@@ -356,7 +356,7 @@ specified.
will be the name available for dynamic
linking.
.I data
can be a decimal number or a hex number prece
e
ded by "0x". The
can be a decimal number or a hex number preceded by "0x". The
following example defines the variable VariableA at ordinal 2 and
containing 4 ints:
.IP
...
...
@@ -404,7 +404,7 @@ This declaration defines an ordinal as an absolute value.
.I exportname
will be the name available for dynamic linking.
.I data
can be a decimal number or a hex number prece
e
ded by "0x".
can be a decimal number or a hex number preceded by "0x".
.SH AUTHORS
.B winebuild
has been worked on by many people over the years. The main authors are
...
...
tools/winedump/pe.c
View file @
fbb33435
...
...
@@ -355,9 +355,9 @@ static void dump_dir_exported_functions(void)
printf
(
" Ordinal base: %lu
\n
"
,
exportDir
->
Base
);
printf
(
" # of functions: %lu
\n
"
,
exportDir
->
NumberOfFunctions
);
printf
(
" # of Names: %lu
\n
"
,
exportDir
->
NumberOfNames
);
printf
(
"Adresses of functions: %08lX
\n
"
,
exportDir
->
AddressOfFunctions
);
printf
(
"Adresses of name ordinals: %08lX
\n
"
,
exportDir
->
AddressOfNameOrdinals
);
printf
(
"Adresses of names: %08lX
\n
"
,
exportDir
->
AddressOfNames
);
printf
(
"Ad
d
resses of functions: %08lX
\n
"
,
exportDir
->
AddressOfFunctions
);
printf
(
"Ad
d
resses of name ordinals: %08lX
\n
"
,
exportDir
->
AddressOfNameOrdinals
);
printf
(
"Ad
d
resses of names: %08lX
\n
"
,
exportDir
->
AddressOfNames
);
printf
(
"
\n
"
);
printf
(
" Entry Pt Ordn Name
\n
"
);
...
...
tools/winedump/symbol.c
View file @
fbb33435
...
...
@@ -46,7 +46,7 @@ static const char *swap_after[] =
/* Items containing these substrings are assumed to be wide character
* strings, unless they contain more that one '*'. A prece
e
ding 'LP'
* strings, unless they contain more that one '*'. A preceding 'LP'
* counts as a '*', so 'LPWCSTR *' is a pointer, not a string
*/
static
const
char
*
wide_strings
[]
=
...
...
@@ -55,7 +55,7 @@ static const char *wide_strings[] =
};
/* Items containing these substrings are assumed to be wide characters,
* unless they contain one '*'. A prece
e
ding 'LP' counts as a '*',
* unless they contain one '*'. A preceding 'LP' counts as a '*',
* so 'WCHAR *' is string, while 'LPWCHAR *' is a pointer
*/
static
const
char
*
wide_chars
[]
=
...
...
tools/wrc/parser.y
View file @
fbb33435
...
...
@@ -458,7 +458,7 @@ resources
* for tNL. However, byacc already generates an error upon reading
* the token instead of keeping it as a lookahead. The reason
* lies in the lack of a $default transition in the "expr : xpr . "
* state (currently state 25). It is probably om
m
itted because tNL
* state (currently state 25). It is probably omitted because tNL
* is a non-terminal and the state contains 2 s/r conflicts. The
* state enumerates all possible transitions instead of using a
* $default transition.
...
...
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