- MSVC fix: static __inline__ -> FORCEINLINE

svn path=/trunk/; revision=42425
This commit is contained in:
Stefan Ginsberg 2009-08-06 11:59:20 +00:00
parent f5a461d8bf
commit 740e3ee947

View file

@ -57,8 +57,8 @@ typedef union
} timebuf_t; } timebuf_t;
#pragma pack(pop) #pragma pack(pop)
FORCEINLINE
_TCHAR2 _TCHAR2
static __inline__
IntToChar2(int x) IntToChar2(int x)
{ {
union union
@ -73,8 +73,8 @@ IntToChar2(int x)
return u.char2; return u.char2;
} }
FORCEINLINE
void void
static __inline__
FillBuf(timebuf_t *buf, const struct tm *ptm) FillBuf(timebuf_t *buf, const struct tm *ptm)
{ {
/* Format looks like this: /* Format looks like this: