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
00394486
Commit
00394486
authored
Feb 29, 2008
by
James Hawkins
Committed by
Alexandre Julliard
Mar 01, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
janitorial: Remove links to any microsoft site.
parent
109943cc
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
20 deletions
+3
-20
lzexpand_main.c
dlls/lz32/tests/lzexpand_main.c
+1
-4
profile.c
dlls/mscms/tests/profile.c
+1
-4
service.c
dlls/mshtml/service.c
+0
-1
error.c
dlls/ntdll/tests/error.c
+1
-2
version.c
dlls/ntdll/version.c
+0
-2
cproxy.c
dlls/rpcrt4/cproxy.c
+0
-4
ndr_stubless.h
dlls/rpcrt4/ndr_stubless.h
+0
-1
rpc_defs.h
dlls/rpcrt4/rpc_defs.h
+0
-2
No files found.
dlls/lz32/tests/lzexpand_main.c
View file @
00394486
...
@@ -54,10 +54,7 @@ static char filename2[] = "testfile.yyy";
...
@@ -54,10 +54,7 @@ static char filename2[] = "testfile.yyy";
a simple text file with the contents "This is a test file."
a simple text file with the contents "This is a test file."
The file was created using COMPRESS.EXE from the Windows Server 2003
The file was created using COMPRESS.EXE from the Windows Server 2003
Resource Kit from Microsoft. The resource kit was retrieved from the
Resource Kit from Microsoft.
following URL:
http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en
*/
*/
static
const
unsigned
char
compressed_file
[]
=
static
const
unsigned
char
compressed_file
[]
=
{
0x53
,
0x5A
,
0x44
,
0x44
,
0x88
,
0xF0
,
0x27
,
0x33
,
0x41
,
{
0x53
,
0x5A
,
0x44
,
0x44
,
0x88
,
0xF0
,
0x27
,
0x33
,
0x41
,
...
...
dlls/mscms/tests/profile.c
View file @
00394486
...
@@ -98,10 +98,7 @@ static const WCHAR machineW[] = { 'd','u','m','m','y',0 };
...
@@ -98,10 +98,7 @@ static const WCHAR machineW[] = { 'd','u','m','m','y',0 };
/* To do any real functionality testing with this suite you need a copy of
/* To do any real functionality testing with this suite you need a copy of
* the freely distributable standard RGB color space profile. It comes
* the freely distributable standard RGB color space profile. It comes
* standard with Windows, but on Wine you probably need to install it yourself
* standard with Windows, but on Wine you probably need to install it yourself
* in one of the locations mentioned below. Here's a link to the profile in
* in one of the locations mentioned below.
* a self extracting zip file:
*
* http://download.microsoft.com/download/whistler/hwdev1/1.0/wxp/en-us/ColorProfile.exe
*/
*/
/* Two common places to find the standard color space profile, relative
/* Two common places to find the standard color space profile, relative
...
...
dlls/mshtml/service.c
View file @
00394486
...
@@ -232,7 +232,6 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG
...
@@ -232,7 +232,6 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG
{
{
HTMLDocument
*
This
=
SERVPROV_THIS
(
iface
);
HTMLDocument
*
This
=
SERVPROV_THIS
(
iface
);
/* See http://msdn.microsoft.com/workshop/browser/hosting/wbcustompart2.asp */
if
(
IsEqualGUID
(
&
CLSID_CMarkup
,
guidService
))
{
if
(
IsEqualGUID
(
&
CLSID_CMarkup
,
guidService
))
{
FIXME
(
"(%p)->(CLSID_CMarkup %s %p)
\n
"
,
This
,
debugstr_guid
(
riid
),
ppv
);
FIXME
(
"(%p)->(CLSID_CMarkup %s %p)
\n
"
,
This
,
debugstr_guid
(
riid
),
ppv
);
return
E_NOINTERFACE
;
return
E_NOINTERFACE
;
...
...
dlls/ntdll/tests/error.c
View file @
00394486
...
@@ -32,8 +32,7 @@
...
@@ -32,8 +32,7 @@
#include "winreg.h"
#include "winreg.h"
#include "winternl.h"
#include "winternl.h"
/* FIXME!!! this test checks only mappings, defined by MSDN:
/* FIXME!!! this test checks only mappings, defined by MSDN
* http://support.microsoft.com/default.aspx?scid=KB;EN-US;q113996&
* It is necessary to add other mappings and to test them up to Windows XP.
* It is necessary to add other mappings and to test them up to Windows XP.
*
*
* Some Windows platforms don't know about all the mappings, and in such
* Some Windows platforms don't know about all the mappings, and in such
...
...
dlls/ntdll/version.c
View file @
00394486
...
@@ -86,8 +86,6 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
...
@@ -86,8 +86,6 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
* Win95osr2.1: 4, 3, 0x40304BC, " B " (according to doc)
* Win95osr2.1: 4, 3, 0x40304BC, " B " (according to doc)
* Win95osr2.5: 4, 3, 0x40304BE, " C " (according to doc)
* Win95osr2.5: 4, 3, 0x40304BE, " C " (according to doc)
* Win95a/b can be discerned via regkey SubVersionNumber
* Win95a/b can be discerned via regkey SubVersionNumber
* See also:
* http://support.microsoft.com/support/kb/articles/q158/2/38.asp
*/
*/
sizeof
(
RTL_OSVERSIONINFOEXW
),
4
,
0
,
0x40003B6
,
VER_PLATFORM_WIN32_WINDOWS
,
sizeof
(
RTL_OSVERSIONINFOEXW
),
4
,
0
,
0x40003B6
,
VER_PLATFORM_WIN32_WINDOWS
,
{
0
},
{
0
},
...
...
dlls/rpcrt4/cproxy.c
View file @
00394486
...
@@ -58,10 +58,6 @@ static const IRpcProxyBufferVtbl StdProxy_Vtbl;
...
@@ -58,10 +58,6 @@ static const IRpcProxyBufferVtbl StdProxy_Vtbl;
#define ICOM_THIS_MULTI(impl,field,iface) impl* const This=(impl*)((char*)(iface) - offsetof(impl,field))
#define ICOM_THIS_MULTI(impl,field,iface) impl* const This=(impl*)((char*)(iface) - offsetof(impl,field))
/* How the Windows stubless proxy thunks work is explained at
* http://msdn.microsoft.com/library/en-us/dnmsj99/html/com0199.asp,
* but I'll use a slightly different method, to make life easier */
#if defined(__i386__)
#if defined(__i386__)
#include "pshpack1.h"
#include "pshpack1.h"
...
...
dlls/rpcrt4/ndr_stubless.h
View file @
00394486
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
/* there can't be any alignment with the structures in this file */
/* there can't be any alignment with the structures in this file */
#include "pshpack1.h"
#include "pshpack1.h"
/* From http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/parameter_descriptors.asp */
typedef
struct
_NDR_PROC_HEADER
typedef
struct
_NDR_PROC_HEADER
{
{
/* type of handle to use:
/* type of handle to use:
...
...
dlls/rpcrt4/rpc_defs.h
View file @
00394486
...
@@ -22,8 +22,6 @@
...
@@ -22,8 +22,6 @@
#ifndef __WINE_RPC_DEFS_H
#ifndef __WINE_RPC_DEFS_H
#define __WINE_RPC_DEFS_H
#define __WINE_RPC_DEFS_H
/* info from http://www.microsoft.com/msj/0398/dcomtextfigs.htm */
typedef
struct
typedef
struct
{
{
unsigned
char
rpc_ver
;
/* RPC major version (5) */
unsigned
char
rpc_ver
;
/* RPC major version (5) */
...
...
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