another define for win32
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1901
This commit is contained in:
parent
2b661d5648
commit
b699da3acf
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: directserial_win32.cpp,v 1.3 2004-08-04 09:12:55 qbix79 Exp $ */
|
||||
/* $Id: directserial_win32.cpp,v 1.4 2004-08-04 13:21:20 qbix79 Exp $ */
|
||||
|
||||
#include "dosbox.h"
|
||||
|
||||
#if C_DIRECTSERIAL
|
||||
|
||||
/* Windows version */
|
||||
#ifdef __WIN32__
|
||||
#if defined (WIN32)
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue