From 4115401dddcee617a659d162c25c7f2c57515f19 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期五, 05 七月 2024 18:45:01 +0800
Subject: [PATCH] update listview

---
 jrj/project/business/SO/maint.Document.SO3.v3.cpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/jrj/project/business/SO/maint.Document.SO3.v3.cpp b/jrj/project/business/SO/maint.Document.SO3.v3.cpp
index 0d72cd0..60421ba 100644
--- a/jrj/project/business/SO/maint.Document.SO3.v3.cpp
+++ b/jrj/project/business/SO/maint.Document.SO3.v3.cpp
@@ -146,7 +146,7 @@
 				alert(L"文件打开失败1!");
 				return -1;
 			}
-			//openRet = win32::ShellExecute(0,L"open",L"C:/Temp/"+name,L"",L"",5);	
+			//openRet = ShellExecuteW(0,L"open",L"C:/Temp/"+name,L"",L"",5);	
 			openRet = ShellExecuteW(0, L"open", L"C:/Temp/" + sfile + ext, L"", L"", 5);
 			if (openRet < 32)
 			{
@@ -214,6 +214,7 @@
 			}
 			return 0;
 		}
+#if 0
 		int OnDocumentOpen()
 		{
 			int  LVNI_ALL = 0x0000;
@@ -264,7 +265,7 @@
 
 			return -1;
 		}
-
+#endif
 		int OnDeleteFile()
 		{
 			int  LVNI_ALL = 0x0000;

--
Gitblit v1.9.3