1
0
Fork 0

Headers, Add Prop_path which is capable of resolving paths relatively and absolutely.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3284
This commit is contained in:
Peter Veenstra 2009-02-01 14:19:20 +00:00
parent 4a26ec8d4c
commit 9ec3c20d7d
2 changed files with 54 additions and 6 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: programs.cpp,v 1.34 2008-10-05 14:44:52 qbix79 Exp $ */
/* $Id: programs.cpp,v 1.35 2009-02-01 14:19:20 qbix79 Exp $ */
#include <vector>
#include <ctype.h>
@ -29,7 +29,7 @@
#include "regs.h"
#include "support.h"
#include "cross.h"
#include "setup.h"
#include "control.h"
#include "shell.h"
Bitu call_program;