Ignore:
Timestamp:
Apr 10, 2003, 12:28:07 PM (22 years ago)
Author:
sandervl
Message:

PF: MSVCRT update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/scanf.c

    r9633 r10005  
    2828#include "msvcrt.h"
    2929#include "msvcrt/conio.h"
     30#include "msvcrt/ctype.h"
    3031#include "msvcrt/io.h"
    3132#include "msvcrt/stdio.h"
    3233#include "msvcrt/wctype.h"
    3334#include "wine/debug.h"
    34 
     35#include <ctype.h>
    3536WINE_DEFAULT_DEBUG_CHANNEL(msvcrt);
    3637
Note: See TracChangeset for help on using the changeset viewer.