diff options
Diffstat (limited to 'plugins/FingerprintNG/src/global.h')
-rw-r--r-- | plugins/FingerprintNG/src/global.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/FingerprintNG/src/global.h b/plugins/FingerprintNG/src/global.h index 27ad0f26c8..b4af598058 100644 --- a/plugins/FingerprintNG/src/global.h +++ b/plugins/FingerprintNG/src/global.h @@ -54,10 +54,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_icolib.h>
#include <m_protocols.h>
#include <m_userinfo.h>
-
-// plugins SDK
#include <m_extraicons.h>
-#include <m_folders.h>
//plugins header
#include "version.h"
@@ -84,7 +81,6 @@ struct KN_FP_MASK LPSTR szIconName;
LPTSTR szMask;
LPTSTR szClientDescription;
- LPTSTR szIconFileName;
int iIconIndex;
int iSectionFlag;
BOOL fNotUseOverlay;
@@ -135,7 +131,7 @@ typedef struct _foundInfo #define LIB_REG 2
#define LIB_USE 3
-#define DEFAULT_SKIN_FOLDER _T("Icons\\fp_ClientIcons")
+#define DEFAULT_SKIN_FOLDER _T("Icons\\Fp_icons.dll")
void ClearFI();
|