add dirent wrapper
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@344 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
ba9b6750d5
commit
f71ab6184b
20 changed files with 1229 additions and 987 deletions
|
|
@ -23,13 +23,13 @@ typedef void* MwLLPixmap;
|
|||
|
||||
#ifdef _MILSKO
|
||||
#ifdef USE_X11
|
||||
#include "../src/backend/x11.h"
|
||||
#include "../../src/backend/x11.h"
|
||||
#endif
|
||||
#ifdef USE_GDI
|
||||
#include "../src/backend/gdi.h"
|
||||
#include "../../src/backend/gdi.h"
|
||||
#endif
|
||||
#ifdef USE_DARWIN
|
||||
#include "../src/backend/mac/mac.h"
|
||||
#include "../../src/backend/mac/mac.h"
|
||||
#endif
|
||||
#endif
|
||||
#include <Mw/TypeDefs.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue