Fix a typo.
This commit is contained in:
parent
25e44dbf5c
commit
9a57ef4de1
|
@ -72,7 +72,7 @@ LONG __cdecl NTDLL__ftol(void)
|
|||
* VERSION
|
||||
* [!GNUC && i386]
|
||||
*/
|
||||
#if !defined(__GNUC__) & defined(__i386__)
|
||||
#if !defined(__GNUC__) && defined(__i386__)
|
||||
LONG __cdecl NTDLL__ftol(double fl)
|
||||
{
|
||||
FIXME("should be register function\n");
|
||||
|
|
Loading…
Reference in New Issue