]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/cursesapp.h
ncurses 6.2 - patch 20200829
[ncurses.git] / c++ / cursesapp.h
index 0c4010a9e4f62395a4840adafe8d752664b52b12..9d7b8a3958c2dbbd7b0f96848e331db6c29b859c 100644 (file)
  *   Author: Juergen Pfeifer, 1997                                          *
  ****************************************************************************/
 
-// $Id: cursesapp.h,v 1.16 2020/07/18 19:57:11 anonymous.maarten Exp $
+// $Id: cursesapp.h,v 1.17 2020/08/29 16:22:03 juergen Exp $
 
 #ifndef NCURSES_CURSESAPP_H_incl
 #define NCURSES_CURSESAPP_H_incl
 
 #include <cursslk.h>
 
-#ifdef _WIN32
+#if (defined(_WIN32) || defined(_WIN64))
 # define NCURSES_CXX_MAIN_NAME cursespp_main
 # define NCURSES_CXX_MAIN \
   int main(int argc, char *argv[]) { \