From: Gilles Depeyrot Date: Fri, 3 May 2002 19:33:43 +0000 (+0000) Subject: corrected include guards X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4285fbcab980f2bc26405828f8130fa52062f2b9 corrected include guards git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dialup.h b/include/wx/dialup.h index 6c9feb4fc9..0c0614de4e 100644 --- a/include/wx/dialup.h +++ b/include/wx/dialup.h @@ -9,8 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef _WX_NET_H -#define _WX_NET_H +#ifndef _WX_DIALUP_H +#define _WX_DIALUP_H #ifdef __GNUG__ #pragma interface "dialup.h" @@ -198,4 +198,4 @@ typedef void (wxEvtHandler::*wxDialUpEventFunction)(wxDialUpEvent&); #endif // wxUSE_DIALUP_MANAGER -#endif // _WX_NET_H +#endif // _WX_DIALUP_H