X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fwxwindows%2Fwxwindows.cpp;h=7159b388dab0fd9dc0459adc877e6b111157350b;hb=50fd98c4a02156cf6a57112b7593386af560f938;hp=eefc9c0425747d69b1dff3d94292d788d8d46de0;hpb=2b616a2310e6a23fc79809c8e880318be496f22b;p=vlc diff --git a/modules/gui/wxwindows/wxwindows.cpp b/modules/gui/wxwindows/wxwindows.cpp index eefc9c0425..7159b388da 100644 --- a/modules/gui/wxwindows/wxwindows.cpp +++ b/modules/gui/wxwindows/wxwindows.cpp @@ -2,7 +2,7 @@ * wxwindows.cpp : wxWindows plugin for vlc ***************************************************************************** * Copyright (C) 2000-2001 VideoLAN - * $Id: wxwindows.cpp,v 1.25 2003/07/25 11:33:24 gbazin Exp $ + * $Id: wxwindows.cpp,v 1.26 2003/07/25 13:24:29 gbazin Exp $ * * Authors: Gildas Bazin * @@ -47,7 +47,7 @@ #include "wxwindows.h" /* Temporary hack */ -#if defined(WIN32) && definded(_WX_INIT_H_) +#if defined(WIN32) && defined(_WX_INIT_H_) /* Hack to detect wxWindows 2.5 which has a different wxEntry() prototype */ extern int wxEntry( HINSTANCE hInstance, HINSTANCE hPrevInstance = NULL, char *pCmdLine = NULL, int nCmdShow = SW_NORMAL );