ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

precomp.h
Go to the documentation of this file.
00001 #include "ntddk.h"
00002 #include "ntifs.h"
00003 #include "arc/arc.h"
00004 #include "halfuncs.h"
00005 #include "drivers/bootvid/bootvid.h"
00006 
00007 /* Define if FontData has upside down characters */
00008 #undef CHAR_GEN_UPSIDE_DOWN
00009 
00010 #define BOOTCHAR_HEIGHT             13
00011 
00012 //
00013 // Command Stream Definitions
00014 //
00015 #define CMD_STREAM_WRITE            0x0
00016 #define CMD_STREAM_WRITE_ARRAY      0x2
00017 #define CMD_STREAM_USHORT           0x4
00018 #define CMD_STREAM_READ             0x8
00019 
00020 //
00021 // Bitmap Header
00022 //
00023 typedef struct tagBITMAPINFOHEADER
00024 {
00025     ULONG biSize;
00026     LONG biWidth;
00027     LONG biHeight;
00028     USHORT biPlanes;
00029     USHORT biBitCount;
00030     ULONG biCompression;
00031     ULONG biSizeImage;
00032     LONG biXPelsPerMeter;
00033     LONG biYPelsPerMeter;
00034     ULONG biClrUsed;
00035     ULONG biClrImportant;
00036 } BITMAPINFOHEADER, *PBITMAPINFOHEADER;
00037 
00038 VOID
00039 NTAPI
00040 InitializePalette(
00041     VOID
00042 );
00043 
00044 //
00045 // Globals
00046 //
00047 extern USHORT AT_Initialization[];
00048 extern ULONG curr_x;
00049 extern ULONG curr_y;
00050 extern ULONG_PTR VgaRegisterBase;
00051 extern ULONG_PTR VgaBase;
00052 extern UCHAR FontData[256 * BOOTCHAR_HEIGHT];

Generated on Sun May 27 2012 04:16:26 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.