o mount and getfree working

This commit is contained in:
david
2009-06-03 12:12:12 +02:00
parent 551ecb1915
commit 4419128348
11 changed files with 77 additions and 47 deletions

View File

@@ -26,16 +26,11 @@ typedef unsigned long ULONG;
typedef unsigned long DWORD;
/* Boolean type */
typedef enum { FALSE = 0, TRUE } BOOL;
// enum { false = 0 , true } bool;
/*
#define FALSE 0
#define TRUE 1
typedef int BOOL;
*/
#endif
typedef int BOOL;
#define FALSE 0
#define TRUE 1
#define _INTEGER
#endif