1
0
Fork 0

Cross_filename does something on Win32 too :)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1645
This commit is contained in:
Peter Veenstra 2004-02-02 19:22:23 +00:00
parent 87e2d68e24
commit 1b371a6a00

View file

@ -16,6 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: cross.h,v 1.7 2004-02-02 19:22:23 qbix79 Exp $ */
#ifndef _CROSS_H
#define _CROSS_H
@ -37,7 +39,7 @@
#if defined (WIN32) /* Win 32 */
#define CROSS_FILENAME(blah)
#define CROSS_FILENAME(blah) {if(blah && *blah && (blah[strlen(blah)-1] == '\\')) strcat(blah,".");}
#define CROSS_FILESPLIT '\\'
#define F_OK 0
#else