Merge branch 'release-2.140.136'
[feisty_meow.git] / nucleus / library / application / hoople_main.h
index 3e67023555b4c3c55e9c4cd8535c0d156537ba9e..b920341c471203a1f260ea8b46985359c732fb33 100644 (file)
@@ -69,6 +69,8 @@ namespace application {
 
 //////////////
 
+/*
+ * deprecated.
 #elif defined(_MSC_VER)
   // for win32 we need to support four different environments--console mode,
   // borland compilation, MFC programs and regular windows programs.
@@ -102,6 +104,7 @@ namespace application {
         return to_run_obj.execute_application(); \
       }
   #endif
+*/
 
 //////////////