HEXCHAT -> ZOITECHAT

This commit is contained in:
2026-01-25 16:13:47 -07:00
parent 4ed7032fd5
commit 2b98ebc544
95 changed files with 412 additions and 412 deletions

View File

@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef HEXCHAT_PLUGIN_NOTIFICATION_BACKEND_H
#define HEXCHAT_PLUGIN_NOTIFICATION_BACKEND_H
#ifndef ZOITECHAT_PLUGIN_NOTIFICATION_BACKEND_H
#define ZOITECHAT_PLUGIN_NOTIFICATION_BACKEND_H
int notification_backend_supported (void);
void notification_backend_show (const char *title, const char *text);

View File

@@ -47,7 +47,7 @@ notification_backend_init (const char **error)
/* Temporarily suppress the "DLL could not be loaded" dialog box before trying to load hcnotifications-winrt.dll */
original_error_mode = GetErrorMode ();
SetErrorMode(SEM_FAILCRITICALERRORS);
module = module_load (HEXCHATLIBDIR "\\hcnotifications-winrt.dll");
module = module_load (ZOITECHATLIBDIR "\\hcnotifications-winrt.dll");
SetErrorMode (original_error_mode);
if (module == NULL)