diff options
Diffstat (limited to 'plugins/NotesAndReminders/src/globals.h')
-rw-r--r-- | plugins/NotesAndReminders/src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/globals.h b/plugins/NotesAndReminders/src/globals.h index ecdae3cf1c..83fd2ce3ae 100644 --- a/plugins/NotesAndReminders/src/globals.h +++ b/plugins/NotesAndReminders/src/globals.h @@ -138,7 +138,7 @@ extern int g_notesListGeom[4]; extern int g_notesListColGeom[4];
extern HWND HKHwnd;
-extern HANDLE hIconLibItem[];
+extern IconItem iconList[];
// these defs are only used to emphasize that SYSTEMTIMEtoFILETIME/FILETIMEtoSYSTEMTIME only convert the data type,
// it does not apply any time conversion/correction like UTC to local etc. (if input is local, then output is local too)
|