From: michael Date: Thu, 30 Mar 2006 10:16:35 +0000 (+0000) Subject: add \My Handheld PC\Storage Card\ to search-path X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/linexec-j720/commitdiff_plain/2f5d6735652f1834349460cc0d037e354d3448c0 add \My Handheld PC\Storage Card\ to search-path --- diff --git a/out/linexec.exe b/out/linexec.exe index 529d0c6..0cfcb0e 100755 Binary files a/out/linexec.exe and b/out/linexec.exe differ diff --git a/tester1.cpp b/tester1.cpp index 25571b5..53c8cea 100644 --- a/tester1.cpp +++ b/tester1.cpp @@ -165,6 +165,7 @@ BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) load_boot("\\Speicherkarte\\params.txt"); load_boot("\\Carte de stockage\\params.txt"); load_boot("\\Mes documents\\params.txt"); + load_boot("\\My Handheld PC\\Storage Card\\params.txt"); load_boot("\\ÒÓØ ¶°ÄÞ\\params.txt"); hWnd = CreateWindow(szWindowClass, szTitle, WS_VISIBLE,