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
730f0180
Commit
730f0180
authored
Oct 01, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Make some variables static.
parent
95c1bd4d
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
51 additions
and
51 deletions
+51
-51
files.c
dlls/advpack/tests/files.c
+2
-2
amstream.c
dlls/amstream/tests/amstream.c
+3
-3
filedlg.c
dlls/comdlg32/tests/filedlg.c
+1
-1
cryptnet.c
dlls/cryptnet/tests/cryptnet.c
+1
-1
device.c
dlls/d3d8/tests/device.c
+1
-1
d3drm.c
dlls/d3drm/tests/d3drm.c
+3
-3
visual.c
dlls/ddraw/tests/visual.c
+13
-13
performance.c
dlls/dmime/tests/performance.c
+1
-1
nstc.c
dlls/explorerframe/tests/nstc.c
+1
-1
font.c
dlls/gdi32/tests/font.c
+10
-10
profile.c
dlls/mscms/tests/profile.c
+2
-2
msvcr90.c
dlls/msvcr90/tests/msvcr90.c
+1
-1
string.c
dlls/msvcrt/tests/string.c
+1
-1
domdoc.c
dlls/msxml3/tests/domdoc.c
+2
-2
convert.c
dlls/oledb32/tests/convert.c
+1
-1
opengl.c
dlls/opengl32/tests/opengl.c
+1
-1
filtergraph.c
dlls/quartz/tests/filtergraph.c
+1
-1
rpc_async.c
dlls/rpcrt4/tests/rpc_async.c
+2
-2
shlfolder.c
dlls/shell32/tests/shlfolder.c
+1
-1
sock.c
dlls/ws2_32/tests/sock.c
+1
-1
reader.c
dlls/xmllite/tests/reader.c
+2
-2
No files found.
dlls/advpack/tests/files.c
View file @
730f0180
...
@@ -29,12 +29,12 @@
...
@@ -29,12 +29,12 @@
#define FOLDER_THRESHOLD 900000
#define FOLDER_THRESHOLD 900000
/* function pointers */
/* function pointers */
HMODULE
hAdvPack
;
static
HMODULE
hAdvPack
;
static
HRESULT
(
WINAPI
*
pAddDelBackupEntry
)(
LPCSTR
,
LPCSTR
,
LPCSTR
,
DWORD
);
static
HRESULT
(
WINAPI
*
pAddDelBackupEntry
)(
LPCSTR
,
LPCSTR
,
LPCSTR
,
DWORD
);
static
HRESULT
(
WINAPI
*
pExtractFiles
)(
LPCSTR
,
LPCSTR
,
DWORD
,
LPCSTR
,
LPVOID
,
DWORD
);
static
HRESULT
(
WINAPI
*
pExtractFiles
)(
LPCSTR
,
LPCSTR
,
DWORD
,
LPCSTR
,
LPVOID
,
DWORD
);
static
HRESULT
(
WINAPI
*
pAdvInstallFile
)(
HWND
,
LPCSTR
,
LPCSTR
,
LPCSTR
,
LPCSTR
,
DWORD
,
DWORD
);
static
HRESULT
(
WINAPI
*
pAdvInstallFile
)(
HWND
,
LPCSTR
,
LPCSTR
,
LPCSTR
,
LPCSTR
,
DWORD
,
DWORD
);
CHAR
CURR_DIR
[
MAX_PATH
];
static
CHAR
CURR_DIR
[
MAX_PATH
];
static
void
init_function_pointers
(
void
)
static
void
init_function_pointers
(
void
)
{
{
...
...
dlls/amstream/tests/amstream.c
View file @
730f0180
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,9 @@
#define FILE_LEN 9
#define FILE_LEN 9
static
const
char
fileA
[
FILE_LEN
]
=
"test.avi"
;
static
const
char
fileA
[
FILE_LEN
]
=
"test.avi"
;
IAMMultiMediaStream
*
pams
;
static
IAMMultiMediaStream
*
pams
;
IDirectDraw7
*
pdd7
=
NULL
;
static
IDirectDraw7
*
pdd7
;
IDirectDrawSurface7
*
pdds7
=
NULL
;
static
IDirectDrawSurface7
*
pdds7
;
static
int
create_ammultimediastream
(
void
)
static
int
create_ammultimediastream
(
void
)
{
{
...
...
dlls/comdlg32/tests/filedlg.c
View file @
730f0180
...
@@ -304,7 +304,7 @@ static void test_create_view_template(void)
...
@@ -304,7 +304,7 @@ static void test_create_view_template(void)
}
}
/* test cases for resizing of the file dialog */
/* test cases for resizing of the file dialog */
struct
{
st
atic
const
st
ruct
{
DWORD
flags
;
DWORD
flags
;
int
resize_folderchange
;
/* change in CDN_FOLDERCHANGE handler */
int
resize_folderchange
;
/* change in CDN_FOLDERCHANGE handler */
int
resize_timer1
;
/* change in first WM_TIMER handler */
int
resize_timer1
;
/* change in first WM_TIMER handler */
...
...
dlls/cryptnet/tests/cryptnet.c
View file @
730f0180
...
@@ -545,7 +545,7 @@ static const BYTE rootSignedCRL[] = {
...
@@ -545,7 +545,7 @@ static const BYTE rootSignedCRL[] = {
0xd5
,
0xbc
,
0xb0
,
0xd5
,
0xa5
,
0x9c
,
0x1b
,
0x72
,
0xc3
,
0x0f
,
0xa3
,
0xe3
,
0x3c
,
0xf0
,
0xc3
,
0xd5
,
0xbc
,
0xb0
,
0xd5
,
0xa5
,
0x9c
,
0x1b
,
0x72
,
0xc3
,
0x0f
,
0xa3
,
0xe3
,
0x3c
,
0xf0
,
0xc3
,
0x91
,
0xe8
,
0x93
,
0x4f
,
0xd4
,
0x2f
};
0x91
,
0xe8
,
0x93
,
0x4f
,
0xd4
,
0x2f
};
BOOL
(
WINAPI
*
pCertVerifyRevocation
)(
DWORD
,
DWORD
,
DWORD
,
void
**
,
DWORD
,
static
BOOL
(
WINAPI
*
pCertVerifyRevocation
)(
DWORD
,
DWORD
,
DWORD
,
void
**
,
DWORD
,
PCERT_REVOCATION_PARA
,
PCERT_REVOCATION_STATUS
);
PCERT_REVOCATION_PARA
,
PCERT_REVOCATION_STATUS
);
/* Wednesday, Oct 1, 2007 */
/* Wednesday, Oct 1, 2007 */
...
...
dlls/d3d8/tests/device.c
View file @
730f0180
...
@@ -1504,7 +1504,7 @@ cleanup:
...
@@ -1504,7 +1504,7 @@ cleanup:
}
}
static
HWND
filter_messages
;
static
HWND
filter_messages
;
struct
st
atic
st
ruct
{
{
HWND
window
;
HWND
window
;
UINT
message
;
UINT
message
;
...
...
dlls/d3drm/tests/d3drm.c
View file @
730f0180
...
@@ -47,21 +47,21 @@ static BOOL InitFunctionPtrs(void)
...
@@ -47,21 +47,21 @@ static BOOL InitFunctionPtrs(void)
return
TRUE
;
return
TRUE
;
}
}
char
data_bad_version
[]
=
static
char
data_bad_version
[]
=
"xof 0302txt 0064
\n
"
"xof 0302txt 0064
\n
"
"Header Object
\n
"
"Header Object
\n
"
"{
\n
"
"{
\n
"
"1; 2; 3;
\n
"
"1; 2; 3;
\n
"
"}
\n
"
;
"}
\n
"
;
char
data_no_mesh
[]
=
static
char
data_no_mesh
[]
=
"xof 0302txt 0064
\n
"
"xof 0302txt 0064
\n
"
"Header Object
\n
"
"Header Object
\n
"
"{
\n
"
"{
\n
"
"1; 0; 1;
\n
"
"1; 0; 1;
\n
"
"}
\n
"
;
"}
\n
"
;
char
data_ok
[]
=
static
char
data_ok
[]
=
"xof 0302txt 0064
\n
"
"xof 0302txt 0064
\n
"
"Header Object
\n
"
"Header Object
\n
"
"{
\n
"
"{
\n
"
...
...
dlls/ddraw/tests/visual.c
View file @
730f0180
...
@@ -24,19 +24,19 @@
...
@@ -24,19 +24,19 @@
#include "ddraw.h"
#include "ddraw.h"
#include "d3d.h"
#include "d3d.h"
HWND
window
;
static
HWND
window
;
IDirectDraw7
*
DirectDraw
=
NULL
;
static
IDirectDraw7
*
DirectDraw
;
IDirectDrawSurface7
*
Surface
;
static
IDirectDrawSurface7
*
Surface
;
IDirectDrawSurface7
*
depth_buffer
;
static
IDirectDrawSurface7
*
depth_buffer
;
IDirect3D7
*
Direct3D
=
NULL
;
static
IDirect3D7
*
Direct3D
;
IDirect3DDevice7
*
Direct3DDevice
=
NULL
;
static
IDirect3DDevice7
*
Direct3DDevice
;
IDirectDraw
*
DirectDraw1
=
NULL
;
static
IDirectDraw
*
DirectDraw1
;
IDirectDrawSurface
*
Surface1
=
NULL
;
static
IDirectDrawSurface
*
Surface1
;
IDirect3D
*
Direct3D1
=
NULL
;
static
IDirect3D
*
Direct3D1
;
IDirect3DDevice
*
Direct3DDevice1
=
NULL
;
static
IDirect3DDevice
*
Direct3DDevice1
;
IDirect3DExecuteBuffer
*
ExecuteBuffer
=
NULL
;
static
IDirect3DExecuteBuffer
*
ExecuteBuffer
;
IDirect3DViewport
*
Viewport
=
NULL
;
static
IDirect3DViewport
*
Viewport
;
static
BOOL
refdevice
=
FALSE
;
static
BOOL
refdevice
=
FALSE
;
...
...
dlls/dmime/tests/performance.c
View file @
730f0180
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <wine/test.h>
#include <wine/test.h>
#include <dmusici.h>
#include <dmusici.h>
IDirectMusicPerformance8
*
idmusicperformance
;
static
IDirectMusicPerformance8
*
idmusicperformance
;
static
HRESULT
test_InitAudio
(
void
)
static
HRESULT
test_InitAudio
(
void
)
{
{
...
...
dlls/explorerframe/tests/nstc.c
View file @
730f0180
...
@@ -295,7 +295,7 @@ static HRESULT WINAPI NSTCEvents_fnOnGetDefaultIconIndex(
...
@@ -295,7 +295,7 @@ static HRESULT WINAPI NSTCEvents_fnOnGetDefaultIconIndex(
return
E_NOTIMPL
;
return
E_NOTIMPL
;
}
}
const
INameSpaceTreeControlEventsVtbl
vt_NSTCEvents
=
{
static
const
INameSpaceTreeControlEventsVtbl
vt_NSTCEvents
=
{
NSTCEvents_fnQueryInterface
,
NSTCEvents_fnQueryInterface
,
NSTCEvents_fnAddRef
,
NSTCEvents_fnAddRef
,
NSTCEvents_fnRelease
,
NSTCEvents_fnRelease
,
...
...
dlls/gdi32/tests/font.c
View file @
730f0180
...
@@ -36,16 +36,16 @@
...
@@ -36,16 +36,16 @@
#define near_match(a, b) (abs((a) - (b)) <= 6)
#define near_match(a, b) (abs((a) - (b)) <= 6)
#define expect(expected, got) ok(got == expected, "Expected %.8x, got %.8x\n", expected, got)
#define expect(expected, got) ok(got == expected, "Expected %.8x, got %.8x\n", expected, got)
LONG
(
WINAPI
*
pGdiGetCharDimensions
)(
HDC
hdc
,
LPTEXTMETRICW
lptm
,
LONG
*
height
);
static
LONG
(
WINAPI
*
pGdiGetCharDimensions
)(
HDC
hdc
,
LPTEXTMETRICW
lptm
,
LONG
*
height
);
BOOL
(
WINAPI
*
pGetCharABCWidthsI
)(
HDC
hdc
,
UINT
first
,
UINT
count
,
LPWORD
glyphs
,
LPABC
abc
);
static
BOOL
(
WINAPI
*
pGetCharABCWidthsI
)(
HDC
hdc
,
UINT
first
,
UINT
count
,
LPWORD
glyphs
,
LPABC
abc
);
BOOL
(
WINAPI
*
pGetCharABCWidthsW
)(
HDC
hdc
,
UINT
first
,
UINT
last
,
LPABC
abc
);
static
BOOL
(
WINAPI
*
pGetCharABCWidthsW
)(
HDC
hdc
,
UINT
first
,
UINT
last
,
LPABC
abc
);
DWORD
(
WINAPI
*
pGetFontUnicodeRanges
)(
HDC
hdc
,
LPGLYPHSET
lpgs
);
static
DWORD
(
WINAPI
*
pGetFontUnicodeRanges
)(
HDC
hdc
,
LPGLYPHSET
lpgs
);
DWORD
(
WINAPI
*
pGetGlyphIndicesA
)(
HDC
hdc
,
LPCSTR
lpstr
,
INT
count
,
LPWORD
pgi
,
DWORD
flags
);
static
DWORD
(
WINAPI
*
pGetGlyphIndicesA
)(
HDC
hdc
,
LPCSTR
lpstr
,
INT
count
,
LPWORD
pgi
,
DWORD
flags
);
DWORD
(
WINAPI
*
pGetGlyphIndicesW
)(
HDC
hdc
,
LPCWSTR
lpstr
,
INT
count
,
LPWORD
pgi
,
DWORD
flags
);
static
DWORD
(
WINAPI
*
pGetGlyphIndicesW
)(
HDC
hdc
,
LPCWSTR
lpstr
,
INT
count
,
LPWORD
pgi
,
DWORD
flags
);
BOOL
(
WINAPI
*
pGdiRealizationInfo
)(
HDC
hdc
,
DWORD
*
);
static
BOOL
(
WINAPI
*
pGdiRealizationInfo
)(
HDC
hdc
,
DWORD
*
);
HFONT
(
WINAPI
*
pCreateFontIndirectExA
)(
const
ENUMLOGFONTEXDV
*
);
static
HFONT
(
WINAPI
*
pCreateFontIndirectExA
)(
const
ENUMLOGFONTEXDV
*
);
HANDLE
(
WINAPI
*
pAddFontMemResourceEx
)(
PVOID
,
DWORD
,
PVOID
,
DWORD
*
);
static
HANDLE
(
WINAPI
*
pAddFontMemResourceEx
)(
PVOID
,
DWORD
,
PVOID
,
DWORD
*
);
BOOL
(
WINAPI
*
pRemoveFontMemResourceEx
)(
HANDLE
);
static
BOOL
(
WINAPI
*
pRemoveFontMemResourceEx
)(
HANDLE
);
static
HMODULE
hgdi32
=
0
;
static
HMODULE
hgdi32
=
0
;
...
...
dlls/mscms/tests/profile.c
View file @
730f0180
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
#include "wine/test.h"
#include "wine/test.h"
HMODULE
hmscms
;
static
HMODULE
hmscms
;
HMODULE
huser32
;
static
HMODULE
huser32
;
static
BOOL
(
WINAPI
*
pAssociateColorProfileWithDeviceA
)(
PCSTR
,
PCSTR
,
PCSTR
);
static
BOOL
(
WINAPI
*
pAssociateColorProfileWithDeviceA
)(
PCSTR
,
PCSTR
,
PCSTR
);
static
BOOL
(
WINAPI
*
pCloseColorProfile
)(
HPROFILE
);
static
BOOL
(
WINAPI
*
pCloseColorProfile
)(
HPROFILE
);
...
...
dlls/msvcr90/tests/msvcr90.c
View file @
730f0180
...
@@ -40,7 +40,7 @@ static unsigned __int64 (__cdecl *p_strtoui64)(const char *, char **, int);
...
@@ -40,7 +40,7 @@ static unsigned __int64 (__cdecl *p_strtoui64)(const char *, char **, int);
static
void
*
(
WINAPI
*
pEncodePointer
)(
void
*
);
static
void
*
(
WINAPI
*
pEncodePointer
)(
void
*
);
int
cb_called
[
4
];
static
int
cb_called
[
4
];
/* ########## */
/* ########## */
...
...
dlls/msvcrt/tests/string.c
View file @
730f0180
...
@@ -65,7 +65,7 @@ static unsigned char *p_mbctype;
...
@@ -65,7 +65,7 @@ static unsigned char *p_mbctype;
#define SETNOFAIL(x,y) x = (void*)GetProcAddress(hMsvcrt,y)
#define SETNOFAIL(x,y) x = (void*)GetProcAddress(hMsvcrt,y)
#define SET(x,y) SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y)
#define SET(x,y) SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y)
HMODULE
hMsvcrt
;
static
HMODULE
hMsvcrt
;
static
void
test_swab
(
void
)
{
static
void
test_swab
(
void
)
{
char
original
[]
=
"BADCFEHGJILKNMPORQTSVUXWZY@#"
;
char
original
[]
=
"BADCFEHGJILKNMPORQTSVUXWZY@#"
;
...
...
dlls/msxml3/tests/domdoc.c
View file @
730f0180
...
@@ -311,8 +311,8 @@ static BSTR alloc_str_from_narrow(const char *str)
...
@@ -311,8 +311,8 @@ static BSTR alloc_str_from_narrow(const char *str)
return
ret
;
return
ret
;
}
}
BSTR
alloced_bstrs
[
256
];
static
BSTR
alloced_bstrs
[
256
];
int
alloced_bstrs_count
=
0
;
static
int
alloced_bstrs_count
;
static
BSTR
_bstr_
(
const
char
*
str
)
static
BSTR
_bstr_
(
const
char
*
str
)
{
{
...
...
dlls/oledb32/tests/convert.c
View file @
730f0180
...
@@ -146,7 +146,7 @@ static void test_dcinfo(void)
...
@@ -146,7 +146,7 @@ static void test_dcinfo(void)
IDCInfo_Release
(
info
);
IDCInfo_Release
(
info
);
}
}
struct
can_convert
st
atic
const
st
ruct
can_convert
{
{
DBTYPE
type
;
DBTYPE
type
;
DWORD
can_convert_to
;
DWORD
can_convert_to
;
...
...
dlls/opengl32/tests/opengl.c
View file @
730f0180
...
@@ -35,7 +35,7 @@ const unsigned char * WINAPI glGetString(unsigned int);
...
@@ -35,7 +35,7 @@ const unsigned char * WINAPI glGetString(unsigned int);
typedef
void
*
HPBUFFERARB
;
typedef
void
*
HPBUFFERARB
;
/* WGL_ARB_create_context */
/* WGL_ARB_create_context */
HGLRC
(
WINAPI
*
pwglCreateContextAttribsARB
)(
HDC
hDC
,
HGLRC
hShareContext
,
const
int
*
attribList
);
static
HGLRC
(
WINAPI
*
pwglCreateContextAttribsARB
)(
HDC
hDC
,
HGLRC
hShareContext
,
const
int
*
attribList
);
/* GetLastError */
/* GetLastError */
#define ERROR_INVALID_VERSION_ARB 0x2095
#define ERROR_INVALID_VERSION_ARB 0x2095
#define WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091
#define WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091
...
...
dlls/quartz/tests/filtergraph.c
View file @
730f0180
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
static
const
char
avifileA
[
FILE_LEN
]
=
"test.avi"
;
static
const
char
avifileA
[
FILE_LEN
]
=
"test.avi"
;
static
const
char
mpegfileA
[
FILE_LEN
]
=
"test.mpg"
;
static
const
char
mpegfileA
[
FILE_LEN
]
=
"test.mpg"
;
IGraphBuilder
*
pgraph
;
static
IGraphBuilder
*
pgraph
;
static
int
createfiltergraph
(
void
)
static
int
createfiltergraph
(
void
)
{
{
...
...
dlls/rpcrt4/tests/rpc_async.c
View file @
730f0180
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
#include <rpc.h>
#include <rpc.h>
#include <rpcasync.h>
#include <rpcasync.h>
RPC_STATUS
(
RPC_ENTRY
*
pRpcAsyncInitializeHandle
)(
PRPC_ASYNC_STATE
,
unsigned
int
);
static
RPC_STATUS
(
RPC_ENTRY
*
pRpcAsyncInitializeHandle
)(
PRPC_ASYNC_STATE
,
unsigned
int
);
RPC_STATUS
(
RPC_ENTRY
*
pRpcAsyncGetCallStatus
)(
PRPC_ASYNC_STATE
);
static
RPC_STATUS
(
RPC_ENTRY
*
pRpcAsyncGetCallStatus
)(
PRPC_ASYNC_STATE
);
static
void
test_RpcAsyncInitializeHandle
(
void
)
static
void
test_RpcAsyncInitializeHandle
(
void
)
{
{
...
...
dlls/shell32/tests/shlfolder.c
View file @
730f0180
...
@@ -2810,7 +2810,7 @@ static ULONG WINAPI unk_fnRelease(IUnknown *iunk)
...
@@ -2810,7 +2810,7 @@ static ULONG WINAPI unk_fnRelease(IUnknown *iunk)
return
1
;
return
1
;
}
}
const
IUnknownVtbl
vt_IUnknown
=
{
static
const
IUnknownVtbl
vt_IUnknown
=
{
unk_fnQueryInterface
,
unk_fnQueryInterface
,
unk_fnAddRef
,
unk_fnAddRef
,
unk_fnRelease
unk_fnRelease
...
...
dlls/ws2_32/tests/sock.c
View file @
730f0180
...
@@ -952,7 +952,7 @@ static void do_test( test_setup *test )
...
@@ -952,7 +952,7 @@ static void do_test( test_setup *test )
/********* some tests for getsockopt(setsockopt(X)) == X ***********/
/********* some tests for getsockopt(setsockopt(X)) == X ***********/
/* optname = SO_LINGER */
/* optname = SO_LINGER */
LINGER
linger_testvals
[]
=
{
static
const
LINGER
linger_testvals
[]
=
{
{
0
,
0
},
{
0
,
0
},
{
0
,
73
},
{
0
,
73
},
{
1
,
0
},
{
1
,
0
},
...
...
dlls/xmllite/tests/reader.c
View file @
730f0180
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
DEFINE_GUID
(
IID_IXmlReaderInput
,
0x0b3ccc9b
,
0x9214
,
0x428b
,
0xa2
,
0xae
,
0xef
,
0x3a
,
0xa8
,
0x71
,
0xaf
,
0xda
);
DEFINE_GUID
(
IID_IXmlReaderInput
,
0x0b3ccc9b
,
0x9214
,
0x428b
,
0xa2
,
0xae
,
0xef
,
0x3a
,
0xa8
,
0x71
,
0xaf
,
0xda
);
HRESULT
WINAPI
(
*
pCreateXmlReader
)(
REFIID
riid
,
void
**
ppvObject
,
IMalloc
*
pMalloc
);
static
HRESULT
WINAPI
(
*
pCreateXmlReader
)(
REFIID
riid
,
void
**
ppvObject
,
IMalloc
*
pMalloc
);
HRESULT
WINAPI
(
*
pCreateXmlReaderInputWithEncodingName
)(
IUnknown
*
stream
,
static
HRESULT
WINAPI
(
*
pCreateXmlReaderInputWithEncodingName
)(
IUnknown
*
stream
,
IMalloc
*
pMalloc
,
IMalloc
*
pMalloc
,
LPCWSTR
encoding
,
LPCWSTR
encoding
,
BOOL
hint
,
BOOL
hint
,
...
...
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