mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:36:23 +00:00
- MSVC fix: static __inline__ -> FORCEINLINE
svn path=/trunk/; revision=42425
This commit is contained in:
parent
f5a461d8bf
commit
740e3ee947
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue