diff -r 2717213c588a -r d72fc2aace31 graphicsdeviceinterface/gdi/inc/GDI.H --- a/graphicsdeviceinterface/gdi/inc/GDI.H Tue Jun 22 15:21:29 2010 +0300 +++ b/graphicsdeviceinterface/gdi/inc/GDI.H Tue Jul 20 13:27:44 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, };