Fix a typo.

This commit is contained in:
Dmitry Timoshkov 2001-07-26 21:41:22 +00:00 committed by Alexandre Julliard
parent 25e44dbf5c
commit 9a57ef4de1
1 changed files with 1 additions and 1 deletions

View File

@ -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");