mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 11:44:24 +08:00
- MSVC fix: static __inline__ -> FORCEINLINE
svn path=/trunk/; revision=42425
This commit is contained in:
@@ -57,8 +57,8 @@ typedef union
|
||||
} timebuf_t;
|
||||
#pragma pack(pop)
|
||||
|
||||
FORCEINLINE
|
||||
_TCHAR2
|
||||
static __inline__
|
||||
IntToChar2(int x)
|
||||
{
|
||||
union
|
||||
@@ -73,8 +73,8 @@ IntToChar2(int x)
|
||||
return u.char2;
|
||||
}
|
||||
|
||||
FORCEINLINE
|
||||
void
|
||||
static __inline__
|
||||
FillBuf(timebuf_t *buf, const struct tm *ptm)
|
||||
{
|
||||
/* Format looks like this:
|
||||
|
||||
Reference in New Issue
Block a user