From 690f5e6d29d1c85c4be72638eb22843964c2f512 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 24 Apr 2015 08:21:28 +0000 Subject: All non-working stuff moved from trunk git-svn-id: http://svn.miranda-ng.org/main/trunk@13071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!Deprecated/VersionInfo/src/utils.h | 42 ----------------------------- 1 file changed, 42 deletions(-) delete mode 100644 plugins/!Deprecated/VersionInfo/src/utils.h (limited to 'plugins/!Deprecated/VersionInfo/src/utils.h') diff --git a/plugins/!Deprecated/VersionInfo/src/utils.h b/plugins/!Deprecated/VersionInfo/src/utils.h deleted file mode 100644 index 7c8711ad3e..0000000000 --- a/plugins/!Deprecated/VersionInfo/src/utils.h +++ /dev/null @@ -1,42 +0,0 @@ -#ifndef _M_VERSIONINFO_UTILS_H -#define _M_VERSIONINFO_UTILS_H - -//utils.cpp -void Log(const TCHAR*); -TCHAR *StrTrim(TCHAR *, const TCHAR *); - -//returns a string from the database and uses MirandaFree to deallocate the string, leaving only the local copy -//utils.cpp -int GetStringFromDatabase(char *szSettingName, TCHAR *szError, TCHAR *szResult, size_t size); - -//a string of the form %s(start) | %s(end) is split into the two strings (start and end) -//utils.cpp -int SplitStringInfo(const TCHAR *szWholeText, TCHAR *szStartText, TCHAR *szEndText); - -//utils.cpp -bool DoesDllExist(char *dllName); - -//utils.cpp -void GetModuleTimeStamp(LPTSTR lpszString, DWORD dwSize); -void GetISO8061Time(SYSTEMTIME* stLocal, LPTSTR lpszString, DWORD dwSize); -void NotifyError(DWORD, const TCHAR*, int); - -//utils.cpp -PLUGININFOEX *CopyPluginInfo(PLUGININFOEX *); -void FreePluginInfo(PLUGININFOEX *); - -//utils.cpp - -BOOL IsCurrentUserLocalAdministrator(); - -TCHAR *GetLanguageName(LANGID language); -TCHAR *GetLanguageName(LCID locale); - -BOOL GetWindowsShell(TCHAR *shellPath, size_t shSize); -BOOL GetInternetExplorerVersion(TCHAR *ieVersion, size_t ieSize); - -BOOL UUIDToString(MUUID uuid, TCHAR *str, size_t len); - -BOOL IsUUIDNull(MUUID uuid); - -#endif \ No newline at end of file -- cgit v1.2.3