- Menus
- Open/Save file - Add CITP/MSEx menu - Make Thumbs - Init CITP/MSEx
This commit is contained in:
parent
62947ac256
commit
ef52ae20d8
10 changed files with 278 additions and 265 deletions
|
@ -1,9 +1,10 @@
|
|||
/* --------------------------------------------------------------------------*/
|
||||
/* */
|
||||
/* object for getting file listings using wildcard patterns */
|
||||
/* Written by Hans-Christoph Steiner <hans@eds.org> */
|
||||
/* object for getting files */
|
||||
/* */
|
||||
/* Based on folderlist by Hans-Christoph Steiner <hans@eds.org> */
|
||||
/* */
|
||||
/* Copyright (c) 2006 Hans-Christoph Steiner */
|
||||
/* Copyright (c) 2013 Santi Noreña <belfegor@gmail.com> */
|
||||
/* */
|
||||
/* This program is free software; you can redistribute it and/or */
|
||||
/* modify it under the terms of the GNU General Public License */
|
||||
|
@ -24,22 +25,15 @@
|
|||
/* --------------------------------------------------------------------------*/
|
||||
|
||||
#include <m_pd.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#define _WIN32_WINNT 0x0400
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include <glob.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
//static char *version = "$Revision: 0.01 $";
|
||||
|
||||
#define DEBUG(x)
|
||||
//#define DEBUG(x) x
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
* CLASS DEF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue