1.1 ! paf 1: #ifndef PA_TYPES_H ! 2: #define PA_TYPES_H ! 3: ! 4: #undef uint ! 5: typedef unsigned int uint; ! 6: ! 7: #endif