diff options
author | George Hazan <george.hazan@gmail.com> | 2023-09-24 13:01:26 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-09-24 13:01:26 +0300 |
commit | 1baa7a1a29c0af4b3c4744b05cb91b4fb41831a5 (patch) | |
tree | cbbace8fb4f649b943daf36ff859da2ac555112b /plugins/SmileyAdd/src/stdafx.h | |
parent | 3b16ee4c238b3dda7858d3c2e26535b07a2317b4 (diff) |
code cleaning
Diffstat (limited to 'plugins/SmileyAdd/src/stdafx.h')
-rw-r--r-- | plugins/SmileyAdd/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h index 9b0df601a5..c3f6cae5dc 100644 --- a/plugins/SmileyAdd/src/stdafx.h +++ b/plugins/SmileyAdd/src/stdafx.h @@ -86,7 +86,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "smltool.h"
extern HNETLIBUSER hNetlibUser;
-extern HANDLE hEvent1;
+extern HANDLE g_hevOptionsChanged;
extern HGENMENU hContactMenuItem;
extern SmileyCategoryListType g_SmileyCategories;
extern SmileyPackListType g_SmileyPacks;
|