Changes for os2 support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2386
This commit is contained in:
parent
96bf0e28d6
commit
220fe7e462
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: cross.h,v 1.13 2005-03-24 10:18:45 qbix79 Exp $ */
|
||||
/* $Id: cross.h,v 1.14 2005-11-24 17:53:08 qbix79 Exp $ */
|
||||
|
||||
#ifndef DOSBOX_CROSS_H
|
||||
#define DOSBOX_CROSS_H
|
||||
|
@ -40,7 +40,7 @@
|
|||
#define CROSS_LEN 512 /* Maximum filename size */
|
||||
|
||||
|
||||
#if defined (WIN32) /* Win 32 */
|
||||
#if defined (WIN32) || defined (OS2) /* Win 32 */
|
||||
#define CROSS_FILENAME(blah)
|
||||
#define CROSS_FILESPLIT '\\'
|
||||
#define F_OK 0
|
||||
|
|
Loading…
Add table
Reference in a new issue