Changeset 1736 for zzuf/trunk/msvc


Ignore:
Timestamp:
Feb 2, 2007, 12:58:06 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Fixed more MSVC compilation warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/msvc/config.h

    r1730 r1736  
    3636typedef unsigned char uint8_t;
    3737
    38 typedef unsigned long int uintptr_t;
     38#include <stddef.h> /* Has uintptr_t etc. */
    3939typedef int pid_t;
    4040
Note: See TracChangeset for help on using the changeset viewer.