]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/cursesw.h
ncurses 5.6 - patch 20080927
[ncurses.git] / c++ / cursesw.h
index a3de6313ac85a9bd8d42cea2b4bfd6eb8f50c8c7..b8e921a9b7aa41edb1d5461b3a276d87a24c34f8 100644 (file)
@@ -1,6 +1,7 @@
 // * This makes emacs happy -*-Mode: C++;-*-
+// vile:cppmode
 /****************************************************************************
- * Copyright (c) 1998-2005,2007 Free Software Foundation, Inc.              *
+ * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc.              *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -30,7 +31,7 @@
 #ifndef NCURSES_CURSESW_H_incl
 #define NCURSES_CURSESW_H_incl 1
 
-// $Id: cursesw.h,v 1.47 2007/12/16 00:21:05 tom Exp $
+// $Id: cursesw.h,v 1.48 2008/01/19 21:09:10 tom Exp $
 
 #include <etip.h>
 
@@ -1333,7 +1334,7 @@ public:
   // -------------------------------------------------------------------------
   // Extended functions
   // -------------------------------------------------------------------------
-#ifdef NCURSES_EXT_FUNCS
+#if defined(NCURSES_EXT_FUNCS) && (NCURSES_EXT_FUNCS != 0)
   int            wresize(int newLines, int newColumns) {
     return ::wresize(w, newLines, newColumns); }
 #endif