X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6fb99eb3b7063388672255335abf7a34405f51bf..f01a77c7954ff4b7ee9f74af8df5a16f239d3537:/include/wx/msw/fontenum.h diff --git a/include/wx/msw/fontenum.h b/include/wx/msw/fontenum.h index e4d1d4cf50..57bb9c585e 100644 --- a/include/wx/msw/fontenum.h +++ b/include/wx/msw/fontenum.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: fontenum.h +// Name: wx/msw/fontenum.h // Purpose: wxFontEnumerator class for Windows // Author: Julian Smart // Modified by: @@ -9,12 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef _WX_FONTENUM_H_ -#define _WX_FONTENUM_H_ - -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "fontenum.h" -#endif +#ifndef _WX_FONTENUM_MSW_H_ +#define _WX_FONTENUM_MSW_H_ /* * wxFontEnumerator: for gathering font information @@ -41,5 +37,4 @@ protected: }; #endif - // _WX_FONTENUM_H_ - + // _WX_FONTENUM_MSW_H_