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:
Alexander von Gluck IV
2011-03-25 03:18:44 +00:00
parent 9d9ecaca74
commit f931d8315e
2 changed files with 7 additions and 1 deletions
@@ -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