#include <stdio.h>#include <windows.h>#include "ut_png.h"#include "ut_svg.h"#include "ut_misc.h"#include "ut_string.h"#include "ut_assert.h"#include "ut_bytebuf.h"#include "ut_debugmsg.h"#include "ut_string_class.h"#include "ut_Win32LocaleString.h"#include "xap_App.h"#include "xap_Strings.h"#include "xap_Win32App.h"#include "xap_Win32FrameImpl.h"#include "xap_Dialog_Id.h"#include "xap_Dlg_FileOpenSaveAs.h"#include "xap_Win32Dlg_FileOpenSaveAs.h"#include "gr_Win32Image.h"#include "gr_Win32Graphics.h"#include "ap_Win32App.h"#include "ie_types.h"#include "ie_imp.h"#include "ie_impGraphic.h"#include "fg_Graphic.h"#include "xap_Win32Resources.rc2"Defines | |
| #define | MAX_DLG_INS_PICT_STRING 1030 |
Functions | |
| static bool | SuffixInList (const char *haystack, const char *needle) |
| #define MAX_DLG_INS_PICT_STRING 1030 |
Referenced by XAP_Win32Dialog_FileOpenSaveAs::s_hookSaveAsProc().
| static bool SuffixInList | ( | const char * | haystack, | |
| const char * | needle | |||
| ) | [static] |
Check for the presence of a file suffix in a list of suffixes
| haystack | List of suffixes in the form "*a; *b; *c" | |
| needle | Suffix to check for |
References s.
Referenced by XAP_Win32Dialog_FileOpenSaveAs::_buildFilterList().
1.7.1