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

This commit is contained in:
Roy Shea 2007-12-04 14:54:12 -08:00 committed by Alexandre Julliard
parent 8946d462aa
commit 7903d7f3f4
1 changed files with 2 additions and 2 deletions

View File

@ -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,