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
1ee88a2b
Commit
1ee88a2b
authored
Aug 28, 2002
by
Patrik Stridvall
Committed by
Alexandre Julliard
Aug 28, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed trailing white space.
parent
440b0215
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
23 additions
and
31 deletions
+23
-31
decode_i386.c
dlls/msacm/winemp3/decode_i386.c
+4
-4
mpegl3.c
dlls/msacm/winemp3/mpegl3.c
+0
-0
parsedt.c
dlls/oleaut32/parsedt.c
+2
-5
reader.c
dlls/richedit/reader.c
+1
-1
text-writer.c
dlls/richedit/text-writer.c
+1
-1
int67.c
dlls/winedos/int67.c
+7
-7
download.c
dlls/wineps/download.c
+2
-2
internet.h
dlls/wininet/internet.h
+2
-2
obj_dragdrophelper.h
include/wine/obj_dragdrophelper.h
+1
-6
regsvr32.c
programs/regsvr32/regsvr32.c
+2
-2
output.c
tools/winedump/output.c
+1
-1
No files found.
dlls/msacm/winemp3/decode_i386.c
View file @
1ee88a2b
/*
* Mpeg Layer-1,2,3 audio decoder
/*
* Mpeg Layer-1,2,3 audio decoder
* ------------------------------
* copyright (c) 1995,1996,1997 by Michael Hipp, All rights reserved.
* See also 'README'
...
...
@@ -67,7 +67,7 @@ int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt)
short
*
samples
=
(
short
*
)
(
out
+
*
pnt
);
real
*
b0
,(
*
buf
)[
0x110
];
int
clip
=
0
;
int
clip
=
0
;
int
bo1
;
bo
=
gmp
->
synth_bo
;
...
...
@@ -94,7 +94,7 @@ int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt)
}
gmp
->
synth_bo
=
bo
;
{
register
int
j
;
real
*
window
=
decwin
+
16
-
bo1
;
...
...
dlls/msacm/winemp3/mpegl3.c
View file @
1ee88a2b
This diff is collapsed.
Click to expand it.
dlls/oleaut32/parsedt.c
View file @
1ee88a2b
...
...
@@ -689,8 +689,8 @@ DecodeDateTime(char **field, int *ftype, int nf,
tm
->
tm_mon
=
11
;
/* December, as tm_mon is 0..11 */
tm
->
tm_mday
=
30
;
}
#ifdef DATEDEBUG
printf
(
"DecodeDateTime- mask %08x (%08x)"
,
fmask
,
DTK_DATE_M
);
printf
(
" set y%04d m%02d d%02d"
,
tm
->
tm_year
,
(
tm
->
tm_mon
+
1
),
tm
->
tm_mday
);
...
...
@@ -1344,6 +1344,3 @@ datebsearch(char *key, datetkn *base, unsigned int nel)
}
return
NULL
;
}
dlls/richedit/reader.c
View file @
1ee88a2b
...
...
@@ -615,7 +615,7 @@ RTFFont *fp;
rtfClass
=
rtfText
;
return
;
}
/* first check for pushed token from RTFUngetToken() */
if
(
pushedClass
>=
0
)
...
...
dlls/richedit/text-writer.c
View file @
1ee88a2b
...
...
@@ -124,7 +124,7 @@ TextClass ()
char
buf
[
rtfBufSiz
];
TRACE
(
"
\n
"
);
if
(
rtfFormat
==
SF_TEXT
)
PutLitChar
(
rtfMajor
);
else
if
(
rtfMinor
!=
rtfSC_nothing
)
...
...
dlls/winedos/int67.c
View file @
1ee88a2b
...
...
@@ -230,7 +230,7 @@ static void EMS_map_multiple( CONTEXT86 *context )
for
(
i
=
0
;
i
<
CX_reg
(
context
)
&&
!
status
;
i
++
,
ptr
+=
2
)
switch
(
AL_reg
(
context
))
{
case
0x00
:
status
=
EMS_map
(
ptr
[
1
],
status
=
EMS_map
(
ptr
[
1
],
DX_reg
(
context
),
ptr
[
0
]
);
break
;
case
0x01
:
...
...
@@ -238,7 +238,7 @@ static void EMS_map_multiple( CONTEXT86 *context )
DX_reg
(
context
),
ptr
[
0
]
);
break
;
default:
status
=
0x8f
;
/* status: undefined subfunction */
status
=
0x8f
;
/* status: undefined subfunction */
}
AH_reg
(
context
)
=
status
;
...
...
@@ -292,7 +292,7 @@ static void EMS_save_context( CONTEXT86 *context )
EMS_record
->
mapping_save_area
[
h
][
i
].
hindex
=
EMS_record
->
mapping
[
i
].
hindex
;
EMS_record
->
mapping_save_area
[
h
][
i
].
logical_page
=
EMS_record
->
mapping
[
i
].
logical_page
;
}
AX_reg
(
context
)
=
0
;
/* status: ok */
}
...
...
@@ -316,8 +316,8 @@ static void EMS_restore_context( CONTEXT86 *context )
return
;
}
}
AX_reg
(
context
)
=
0
;
/* status: ok */
AX_reg
(
context
)
=
0
;
/* status: ok */
}
/**********************************************************************
...
...
@@ -370,7 +370,7 @@ void WINAPI DOSVM_Int67Handler( CONTEXT86 *context )
break
;
case
0x47
:
/* EMS - SAVE MAPPING CONTEXT */
EMS_init
();
EMS_init
();
EMS_save_context
(
context
);
break
;
...
...
@@ -423,7 +423,7 @@ void WINAPI DOSVM_Int67Handler( CONTEXT86 *context )
if
(
AL_reg
(
context
)
==
0x01
)
{
EMS_init
();
/* unallocated raw pages */
BX_reg
(
context
)
=
EMS_MAX_PAGES
-
EMS_record
->
used_pages
;
BX_reg
(
context
)
=
EMS_MAX_PAGES
-
EMS_record
->
used_pages
;
/* total number raw pages */
DX_reg
(
context
)
=
EMS_MAX_PAGES
;
/* status: ok */
...
...
dlls/wineps/download.c
View file @
1ee88a2b
...
...
@@ -41,7 +41,7 @@ static void get_download_name(PSDRV_PDEVICE *physDev, LPOUTLINETEXTMETRICA
len
=
strlen
((
char
*
)
potm
+
(
ptrdiff_t
)
potm
->
otmpFullName
)
+
1
;
*
str
=
HeapAlloc
(
GetProcessHeap
(),
0
,
len
);
strcpy
(
*
str
,
(
char
*
)
potm
+
(
ptrdiff_t
)
potm
->
otmpFullName
);
p
=
*
str
;
while
((
p
=
strchr
(
p
,
' '
)))
*
p
=
'_'
;
...
...
@@ -55,7 +55,7 @@ static void get_download_name(PSDRV_PDEVICE *physDev, LPOUTLINETEXTMETRICA
static
DOWNLOAD
*
is_font_downloaded
(
PSDRV_PDEVICE
*
physDev
,
char
*
ps_name
)
{
DOWNLOAD
*
pdl
;
for
(
pdl
=
physDev
->
downloaded_fonts
;
pdl
;
pdl
=
pdl
->
next
)
if
(
!
strcmp
(
pdl
->
ps_name
,
ps_name
))
break
;
...
...
dlls/wininet/internet.h
View file @
1ee88a2b
...
...
@@ -257,11 +257,11 @@ void HTTP_CloseHTTPSessionHandle(LPWININETHTTPSESSIONA lpwhs);
void
HTTP_CloseHTTPRequestHandle
(
LPWININETHTTPREQA
lpwhr
);
VOID
SendAsyncCallback
(
LPWININETAPPINFOA
hIC
,
HINTERNET
hHttpSession
,
DWORD
dwContext
,
DWORD
dwInternetStatus
,
LPVOID
DWORD
dwContext
,
DWORD
dwInternetStatus
,
LPVOID
lpvStatusInfo
,
DWORD
dwStatusInfoLength
);
VOID
SendAsyncCallbackInt
(
LPWININETAPPINFOA
hIC
,
HINTERNET
hHttpSession
,
DWORD
dwContext
,
DWORD
dwInternetStatus
,
LPVOID
DWORD
dwContext
,
DWORD
dwInternetStatus
,
LPVOID
lpvStatusInfo
,
DWORD
dwStatusInfoLength
);
...
...
include/wine/obj_dragdrophelper.h
View file @
1ee88a2b
...
...
@@ -37,7 +37,7 @@ typedef struct IDragSourceHelper IDragSourceHelper,*LPDRAGSOURCEHELPER;
/*****************************************************************************
* IDragSourceHelper interface
*/
typedef
struct
{
SIZE
sizeDragImage
;
POINT
ptOffset
;
...
...
@@ -98,8 +98,3 @@ ICOM_DEFINE(IDropTargetHelper,IUnknown)
#endif
/* defined(__cplusplus) */
#endif
/* __WINE_WINE_OBJ_DRAGDROPHELPER_H */
programs/regsvr32/regsvr32.c
View file @
1ee88a2b
...
...
@@ -19,7 +19,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* This version deliberately differs in error handling compared to the
* This version deliberately differs in error handling compared to the
* windows version.
*/
...
...
@@ -34,7 +34,7 @@
*
* Note the complication that this version may be passed unix format file names
* which might be mistaken for flags. Conveniently the Windows version
* requires each flag to be separate (e.g. no /su ) and so we will simply
* requires each flag to be separate (e.g. no /su ) and so we will simply
* assume that anything longer than /. is a filename.
*/
...
...
tools/winedump/output.c
View file @
1ee88a2b
...
...
@@ -446,7 +446,7 @@ void output_makefile (void)
if
(
globals
.
forward_dll
)
fprintf
(
specfile
,
"#import %s.dll
\n
"
,
globals
.
forward_dll
);
fclose
(
makefile
);
}
...
...
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