newlib/winsup/w32api/include/cplext.h

11 lines
193 B
C

#ifndef _CPLEXT_H
#define _CPLEXT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define CPLPAGE_MOUSE_BUTTONS 1
#define CPLPAGE_MOUSE_PTRMOTION 2
#define CPLPAGE_KEYBOARD_SPEED 1
#endif