applied Benjamin Riefenstahl's patches for building on Windows
This commit is contained in:
@@ -33,7 +33,7 @@ extern "C" {
|
||||
#include "support.h"
|
||||
#endif
|
||||
|
||||
#if defined( __WIN32__ ) || defined( __BORLANDC__ )
|
||||
#if defined(WIN32)
|
||||
#define TMPNAM_LEN L_tmpnam
|
||||
#else
|
||||
#define TMPNAM_LEN 18 /* /tmp/xlHtmlXXXXXX + NULL */
|
||||
|
Reference in New Issue
Block a user