make atombios headers available to radeon_hd accel; one small change to atombios to stop Werrors in accelerant
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41101 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,6 +2,7 @@ SubDir HAIKU_TOP src add-ons accelerants radeon_hd ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
UseHeaders [ FDirName $(SUBDIR) atombios includes ] ;
|
||||
UsePrivateHeaders graphics ;
|
||||
UsePrivateHeaders [ FDirName graphics radeon_hd ] ;
|
||||
UsePrivateHeaders [ FDirName graphics common ] ;
|
||||
|
||||
@@ -82,9 +82,12 @@ Revision History:
|
||||
typedef unsigned int uintn_t;
|
||||
#endif
|
||||
#endif
|
||||
// HAIKU_ADDITION prevent silly Werror
|
||||
#if 0
|
||||
#ifndef FGL_LINUX
|
||||
#pragma warning ( disable : 4142 )
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef VOID
|
||||
@@ -155,10 +158,12 @@ typedef unsigned long ULONG_PTR;
|
||||
|
||||
//typedef UINTN CD_STATUS;
|
||||
|
||||
|
||||
// HAIKU_ADDITION prevent silly Werror
|
||||
#if 0
|
||||
#ifndef FGL_LINUX
|
||||
#pragma warning ( default : 4142 )
|
||||
#endif
|
||||
#endif
|
||||
#endif // _COMMON_TYPES_H_
|
||||
|
||||
// EOF
|
||||
|
||||
Reference in New Issue
Block a user