Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenicdtable.h
Go to the documentation of this file.
00001 /* icdtable.h */ 00002 00003 #ifndef OPENGL32_PRIVATE_ICDTABLE_H 00004 #define OPENGL32_PRIVATE_ICDTABLE_H 00005 00006 enum icdoffsets_e 00007 { 00008 ICDIDX_INVALID = -1, 00009 #define ICD_ENTRY(x) ICDIDX_##x, 00010 #include "icdlist.h" 00011 #undef ICD_ENTRY 00012 ICDIDX_COUNT 00013 }; 00014 00015 typedef struct tagICDTable 00016 { 00017 DWORD num_funcs; 00018 PROC dispatch_table[812]; 00019 } ICDTable, *PICDTable; 00020 00021 #define DISPATCH_TABLE_SIZE 812*sizeof(PROC) 00022 00023 #endif /* OPENGL32_PRIVATE_ICDTABLE_H */ 00024 00025 /* EOF */ Generated on Sun May 27 2012 04:25:51 for ReactOS by
1.7.6.1
|