diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-05 19:34:10 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-05 19:34:10 +0300 |
commit | ba8a1e987607141bb1925818a47c15560eb4c746 (patch) | |
tree | c506c34e907b1a21e0faf24369427e9a55809583 /utilities.h | |
parent | 1c8abfb6cad8291dc58c1e1d1953ad69975573a2 (diff) |
dos2unix
Diffstat (limited to 'utilities.h')
-rwxr-xr-x | utilities.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/utilities.h b/utilities.h index 44fef30..8cef30f 100755 --- a/utilities.h +++ b/utilities.h @@ -1,6 +1,6 @@ -#ifndef UTILITIES_H
-#define UTILITIES_H
-HANDLE NetLib_CreateConnection(HANDLE hUser, NETLIBOPENCONNECTION* nloc);
-HANDLE CreateThreadEx(pThreadFuncEx AFunc, void* arg, DWORD* pThreadID);
-TCHAR* __stdcall UniGetContactSettingUtf(HANDLE hContact, const char *szModule,const char* szSetting, TCHAR* szDef);
-#endif
+#ifndef UTILITIES_H +#define UTILITIES_H +HANDLE NetLib_CreateConnection(HANDLE hUser, NETLIBOPENCONNECTION* nloc); +HANDLE CreateThreadEx(pThreadFuncEx AFunc, void* arg, DWORD* pThreadID); +TCHAR* __stdcall UniGetContactSettingUtf(HANDLE hContact, const char *szModule,const char* szSetting, TCHAR* szDef); +#endif |