mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
This commit is contained in:
parent
0e213bbc00
commit
c501d8112c
18148 changed files with 0 additions and 860488 deletions
12
include/psdk/cplext.h
Normal file
12
include/psdk/cplext.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#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_MOUSE_WHEEL 3
|
||||
#define CPLPAGE_KEYBOARD_SPEED 1
|
||||
#define CPLPAGE_DISPLAY_BACKGROUND 1
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue