mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 14:56:58 +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;
|
} 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue