diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-21 06:11:37 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-21 06:11:37 +0000 |
commit | 8e2c9664fc513802d8dee642f4214c227e227993 (patch) | |
tree | 108dbec101c4aa3989d5fc2190a479ca0d022014 /plugins/VersionInfo/utils.h | |
parent | fab40f1d164c53055239d4151133f67de73c3bac (diff) |
project names fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@113 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo/utils.h')
-rw-r--r-- | plugins/VersionInfo/utils.h | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/plugins/VersionInfo/utils.h b/plugins/VersionInfo/utils.h deleted file mode 100644 index ef2b29ba59..0000000000 --- a/plugins/VersionInfo/utils.h +++ /dev/null @@ -1,54 +0,0 @@ -#ifndef _M_VERSIONINFO_UTILS_H
-#define _M_VERSIONINFO_UTILS_H
-
-#include "common.h"
-
-//utils.cpp
-void MB(char*);
-void Log(char*);
-char *StrTrim(char *, const char *);
-
-//logging functions
-//utils.cpp
-void LogToFileInit();
-void LogToFile(char *format, ...);
-
-//utils.cpp
-char *RelativePathToAbsolute(char *szRelative, char *szAbsolute, size_t size);
-char *AbsolutePathToRelative(char *szAbsolute, char *szRelative, size_t size);
-
-//returns a string from the database and uses MirandaFree to deallocate the string, leaving only the local copy
-//utils.cpp
-int GetStringFromDatabase(char *szSettingName, char *szError, char *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 char *szWholeText, char *szStartText, char *szEndText);
-
-//utils.cpp
-bool DoesDllExist(char *dllName);
-
-//utils.cpp
-void GetModuleTimeStamp(char*, char*);
-void NotifyError(DWORD, char*, int);
-
-//utils.cpp
-PLUGININFOEX *GetPluginInfo(const char *,HINSTANCE *);
-PLUGININFOEX *CopyPluginInfo(PLUGININFOEX *);
-void FreePluginInfo(PLUGININFOEX *);
-
-//utils.cpp
-
-BOOL IsCurrentUserLocalAdministrator();
-
-char *GetLanguageName(LANGID language);
-char *GetLanguageName(LCID locale);
-
-BOOL GetWindowsShell(char *shellPath, size_t shSize);
-BOOL GetInternetExplorerVersion(char *ieVersion, size_t ieSize);
-
-BOOL UUIDToString(MUUID uuid, char *str, size_t len);
-
-BOOL IsUUIDNull(MUUID uuid);
-
-#endif
\ No newline at end of file |