Commit bf380af3 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx-update: UPDATE_CHECK is defined in config.h *coughcough*. Thanks to Rafael for the hint.

parent 796b1e94
...@@ -22,11 +22,16 @@ ...@@ -22,11 +22,16 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/ *****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef UPDATE_CHECK #ifdef UPDATE_CHECK
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "intf.h" #import "intf.h"
#import <vlc_update.h> #import <vlc_update.h>
@interface VLCUpdate : NSObject @interface VLCUpdate : NSObject
{ {
IBOutlet id o_btn_DownloadNow; IBOutlet id o_btn_DownloadNow;
......
...@@ -22,12 +22,13 @@ ...@@ -22,12 +22,13 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/ *****************************************************************************/
#import "update.h"
#ifdef UPDATE_CHECK #ifdef UPDATE_CHECK
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#import "update.h"
static NSString * kPrefUpdateOnStartup = @"UpdateOnStartup"; static NSString * kPrefUpdateOnStartup = @"UpdateOnStartup";
static NSString * kPrefUpdateLastTimeChecked = @"UpdateLastTimeChecked"; static NSString * kPrefUpdateLastTimeChecked = @"UpdateLastTimeChecked";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment