blob: 60bf4a2b54b70dbc1628574be1e1b96879aff2e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ag,v 1.1 2001/10/21 12:39:06 kent Exp $
--- include/winuser.h.orig Sun Jul 15 23:53:24 2001
+++ include/winuser.h
@@ -7,6 +7,9 @@
#define FALT 16
#define FCONTROL 8
#define FNOINVERT 2
+#ifdef FSHIFT
+# error FSHIFT is already defined!!!
+#endif
#define FSHIFT 4
#define FVIRTKEY 1
#define ATF_TIMEOUTON 1
|