diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-12 19:39:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-12 19:39:37 +0000 |
commit | 61b011937f55446542eb829004d14336837f1ce7 (patch) | |
tree | 0dca06f2437235c3e0869c8f286852c7b4c2d83d /plugins/AssocMgr/src/utils.h | |
parent | 790a76cb05ae8c3700391ccdb49e8e568f8f4283 (diff) |
final variant of profile name's fix for AssocMgr
git-svn-id: http://svn.miranda-ng.org/main/trunk@3077 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AssocMgr/src/utils.h')
-rw-r--r-- | plugins/AssocMgr/src/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/AssocMgr/src/utils.h b/plugins/AssocMgr/src/utils.h index f65a29ebec..e795450cc5 100644 --- a/plugins/AssocMgr/src/utils.h +++ b/plugins/AssocMgr/src/utils.h @@ -19,8 +19,6 @@ along with this program (AssocMgr-License.txt); if not, write to the Free Softwa Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-DWORD WINAPI GetModuleFileNameWorkaround(HMODULE hModule,TCHAR *pszFileName,DWORD nSize);
-
/* String Conv */
WCHAR* a2u(const char *pszAnsi,BOOL fMirCp);
char* u2a(const WCHAR *pszUnicode,BOOL fMirCp);
|