--- a/graphicsdeviceinterface/gdi/inc/GDI.H Tue Jun 22 15:21:29 2010 +0300
+++ b/graphicsdeviceinterface/gdi/inc/GDI.H Fri Jul 16 11:45:55 2010 +0300
@@ -141,9 +141,9 @@
EGdiPanic_OutOfText = 2,
/** Internal failure. */
EGdiPanic_Invariant = 3,
- /** Reserved panic codes. Not to be used. */
- EGdiPanic_Reserved1 = 4,
- EGdiPanic_Reserved2 = 5,
+ /** Unused panic codes. Can be reused if needed. */
+ EGdiPanic_Unused1 = 4,
+ EGdiPanic_Unused2 = 5,
/** Setting a typeface name that is too long */
EGdiPanic_TypefaceNameOverflow = 6,
};