summaryrefslogtreecommitdiff
path: root/iup/src/win/iupwin_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'iup/src/win/iupwin_info.h')
-rwxr-xr-xiup/src/win/iupwin_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iup/src/win/iupwin_info.h b/iup/src/win/iupwin_info.h
index d39bae0..8d461fb 100755
--- a/iup/src/win/iupwin_info.h
+++ b/iup/src/win/iupwin_info.h
@@ -16,7 +16,7 @@ int iupwinGetSystemMajorVersion(void);
int iupwinGetComCtl32Version(void);
char* iupwinGetSystemLanguage(void);
int iupwinIsAppThemed(void);
-int iupwinIsVista(void);
+int iupwinIsVistaOrNew(void);
/* color */
void iupwinGetSysColor(char* color, int wincolor);