diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-29 18:19:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-29 18:19:40 +0300 |
commit | 7f51e11dbf2276d80b80798eabf3a44e91ade8c3 (patch) | |
tree | 4b27def7128854e920e50d82c537e2e389a41532 /plugins/Clist_ng/coolsb/coolsblib.h | |
parent | ff5533969ae8d41a5b29883e39f96320368ff6bf (diff) |
fixes #905 (Move clist_ng to deprecated)
Diffstat (limited to 'plugins/Clist_ng/coolsb/coolsblib.h')
-rw-r--r-- | plugins/Clist_ng/coolsb/coolsblib.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/plugins/Clist_ng/coolsb/coolsblib.h b/plugins/Clist_ng/coolsb/coolsblib.h deleted file mode 100644 index d9b1c711f3..0000000000 --- a/plugins/Clist_ng/coolsb/coolsblib.h +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef _SUPERSCROLL_INCLUDED
-#define _SUPERSCROLL_INCLUDED
-
-#ifdef __cplusplus
-extern "C"{
-#endif
-
-#include <windows.h>
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|