Home | History | Annotate | Download | only in vc9
      1 #ifndef _UINTPTR_T_DEFINED
      2 #ifdef _WIN64
      3 #include <vadefs.h>
      4 #else
      5 typedef unsigned long uintptr_t;
      6 #endif
      7 #define _UINTPTR_T_DEFINED
      8 #endif
      9