Make CpuCapabilities.h self-contained and thereby fix the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38565 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
86358cb106
commit
fae87f406e
@ -3,10 +3,13 @@
|
||||
*
|
||||
* All rights reserved. Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#ifndef __CPU_CAPABILITIES__
|
||||
#define __CPU_CAPABILITIES__
|
||||
|
||||
|
||||
#include <SupportDefs.h>
|
||||
|
||||
|
||||
#define CAPABILITY_MMX 1
|
||||
#define CAPABILITY_SSE1 2
|
||||
#define CAPABILITY_SSE2 3
|
||||
|
Loading…
Reference in New Issue
Block a user