/******************************Module*Header*******************************\ * Module Name: precomp.h * * Common headers used throughout the display driver. This entire include * file will typically be pre-compiled. * * Copyright (c) 1993-1995 Microsoft Corporation \**************************************************************************/ #include #include #include #include #include #include #include #include #include #include // // Some intrinsic functions like abs() are X86 32 bits only. In order to // make these code working for Merced for now, we have to include math.h to // use abs() function there // #include #include "lines.h" #include "driver.h" #include "hw.h" #include "debug.h" #if TARGET_BUILD <= 351 #include #include #endif