wininet: Removed inline from copy_compsA and zero_compsA to allow Windows testing.
This commit is contained in:
parent
8946d462aa
commit
7903d7f3f4
|
@ -53,7 +53,7 @@
|
|||
#define CREATE_URL11 "about:"
|
||||
#define CREATE_URL12 "http://www.winehq.org:65535"
|
||||
|
||||
static inline void copy_compsA(
|
||||
static void copy_compsA(
|
||||
URL_COMPONENTSA *src,
|
||||
URL_COMPONENTSA *dst,
|
||||
DWORD scheLen,
|
||||
|
@ -73,7 +73,7 @@ static inline void copy_compsA(
|
|||
SetLastError(0xfaceabad);
|
||||
}
|
||||
|
||||
static inline void zero_compsA(
|
||||
static void zero_compsA(
|
||||
URL_COMPONENTSA *dst,
|
||||
DWORD scheLen,
|
||||
DWORD hostLen,
|
||||
|
|
Loading…
Reference in New Issue