diff options
Diffstat (limited to 'plugins/UserInfoEx/src/Flags/svc_flagsicons.h')
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_flagsicons.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/UserInfoEx/src/Flags/svc_flagsicons.h b/plugins/UserInfoEx/src/Flags/svc_flagsicons.h index 9b83d64146..362e2d9c68 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flagsicons.h +++ b/plugins/UserInfoEx/src/Flags/svc_flagsicons.h @@ -29,8 +29,8 @@ int CountryNumberToIndex(int countryNumber); HICON LoadFlag(int countryNumber);
HANDLE LoadFlagHandle(int countryNumber);
-VOID InitIcons();
-//VOID SvcFlagsOnModulesLoaded();
-VOID UninitIcons();
+void InitIcons();
+//void SvcFlagsOnModulesLoaded();
+void UninitIcons();
#endif /* _UINFOEX_FLAGSICONS_H_INCLUDED_ */
|