Skip to content

Commit 0586098

Browse files
author
Bill Holmes
committed
2009-01-08 Bill Holmes <[email protected]>
* winconfig.h, src/gfile-posix.c : Fixing the MSVC builds. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=122783
1 parent 829fb90 commit 0586098

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

eglib/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2009-01-08 Bill Holmes <[email protected]>
2+
3+
* winconfig.h, src/gfile-posix.c :
4+
Fixing the MSVC builds.
5+
6+
Contributed under MIT/X11 license.
7+
18
2009-01-07 Miguel de Icaza <[email protected]>
29

310
* src/gfile-posix.c: Move g_get_current_dir, as it is a

eglib/src/gfile-posix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <sys/types.h>
3636

3737
#ifdef _MSC_VER
38+
#include <direct.h>
3839
int mkstemp (char *tmp_template);
3940
#endif
4041

eglib/winconfig.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@
7272

7373
/* Version number of package */
7474
#define VERSION "0.1"
75+
76+
#define HAVE_STRTOK_R 1

0 commit comments

Comments
 (0)