Subversion Repositories spk

Rev

Rev 152 | Rev 160 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 152 Rev 158
Line 665... Line 665...
665
#ifdef _WIN32
665
#ifdef _WIN32
666
	TCHAR pszPath[MAX_PATH];
666
	TCHAR pszPath[MAX_PATH];
667
	if (SUCCEEDED(SHGetFolderPath(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, pszPath)))
667
	if (SUCCEEDED(SHGetFolderPath(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, pszPath)))
668
		myDoc = (char *)pszPath;
668
		myDoc = (char *)pszPath;
669
#endif
669
#endif
670
	packages.Startup(g_dir, g_dir, myDoc);
670
	packages.startup(g_dir.c_str(), g_dir.c_str(), myDoc.c_str());
671
 
671
 
672
	int start = 2;
672
	int start = 2;
673
	// check for switchs
673
	// check for switchs
674
	while ( command[0] == '-' )
674
	while ( command[0] == '-' )
675
	{
675
	{