зеркало из https://github.com/mozilla/gecko-dev.git
made it compile on XP_MAC, still needs a user interface to choose multiple files.
This commit is contained in:
Родитель
f0a852fade
Коммит
c74304e962
|
@ -22,7 +22,11 @@
|
|||
|
||||
#include "xpt_xdr.h"
|
||||
#include <stdio.h>
|
||||
#ifdef XP_MAC
|
||||
#include <stat.h>
|
||||
#else
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "prlong.h"
|
||||
|
|
|
@ -22,7 +22,11 @@
|
|||
|
||||
#include "xpt_xdr.h"
|
||||
#include <stdio.h>
|
||||
#ifdef XP_MAC
|
||||
#include <stat.h>
|
||||
#else
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "prlong.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче