1 2 3 4 5 6 7 8
#ifndef _PVRINPUT_GLOBAL_H_ #define _PVRINPUT_GLOBAL_H_ static const int kMaxPvrDevices = 8; #define INVALID_VALUE -1000 #endif