Commit 7903d7f3 authored by Roy Shea's avatar Roy Shea Committed by Alexandre Julliard

wininet: Removed inline from copy_compsA and zero_compsA to allow Windows testing.

parent 8946d462
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment