[OPENGL32]
[reactos.git] / reactos / dll / win32 / opengl32 / icdtable.h
index eaab125..2619f34 100644 (file)
@@ -18,6 +18,8 @@ typedef struct tagICDTable
     PROC       dispatch_table[812]; /*!< Table containing \a num_funcs pointers to OpenGL functions */
 } ICDTable, *PICDTable;
 
+#define DISPATCH_TABLE_SIZE 812*sizeof(PROC)
+
 #endif /* OPENGL32_PRIVATE_ICDTABLE_H */
 
 /* EOF */