1
0
Fork 0

include stdlib for getennv.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3298
This commit is contained in:
Peter Veenstra 2009-02-03 08:27:47 +00:00
parent a6363423b8
commit d25daebcb9

View file

@ -16,11 +16,12 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: cross.cpp,v 1.1 2009-02-01 14:16:52 qbix79 Exp $ */
/* $Id: cross.cpp,v 1.2 2009-02-03 08:27:47 qbix79 Exp $ */
#include "dosbox.h"
#include "cross.h"
#include <string>
#include <stdlib.h>
#ifdef WIN32
#define _WIN32_IE 0x0400