| commit | 03f4e22327239700e60431936e55747f86c5d823 | [log] [tgz] |
|---|---|---|
| author | Geoffrey Hausheer <i134rth8d9s@phracturedblue.com> | Tue Apr 02 19:37:15 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Apr 02 19:37:15 2002 +0000 |
| tree | ae3285a27ecc1f6a7ba1d156634c22a731d5835a | |
| parent | 7ec41ed98194c08bf6b8aa1883f708eb1fe4f181 [diff] [blame] |
Added test for thread functions.
diff --git a/include/winnt.h b/include/winnt.h index 76976e8..d39cce1 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -460,6 +460,7 @@ #define PROCESSOR_ARM920 2336 /* 0x920 */ #define PROCESSOR_ARM_7TDMI 70001 +#define MAXIMUM_PROCESSORS 32 typedef struct _MEMORY_BASIC_INFORMATION { LPVOID BaseAddress;