corrected include guards
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ed581ee2b8
commit
4285fbcab9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue