Author: AlbrechtS
Date: 2011-01-05 14:28:39 -0800 (Wed, 05 Jan 2011)
New Revision: 8194
Log:
Changed remaining _WIN32 to WIN32.
Added 'all' target to Makefile. Do we need the 'default' target?


Modified:
   branches/branch-1.3/examples/Makefile
   branches/branch-1.3/examples/howto-add_fd-and-popen.cxx

Modified: branches/branch-1.3/examples/Makefile
===================================================================
--- branches/branch-1.3/examples/Makefile       2011-01-05 17:58:16 UTC (rev 
8193)
+++ branches/branch-1.3/examples/Makefile       2011-01-05 22:28:39 UTC (rev 
8194)
@@ -17,7 +17,7 @@
       wizard-simple$(EXEEXT)
 
 # default target -- build everything
-default: $(ALL)
+default all: $(ALL)
 
 # clean everything
 clean:

Modified: branches/branch-1.3/examples/howto-add_fd-and-popen.cxx
===================================================================
--- branches/branch-1.3/examples/howto-add_fd-and-popen.cxx     2011-01-05 
17:58:16 UTC (rev 8193)
+++ branches/branch-1.3/examples/howto-add_fd-and-popen.cxx     2011-01-05 
22:28:39 UTC (rev 8194)
@@ -36,7 +36,7 @@
 #include <FL/Fl_Window.H>
 #include <FL/Fl_Multi_Browser.H>
 
-#ifdef _WIN32
+#ifdef WIN32
 #  define PING_CMD "ping -n 10 localhost"      // 'slow command' under windows
 #  ifdef _MSC_VER
 #    define popen _popen

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to