mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 13:28:31 -05:00
Ext4Fsd master
This commit is contained in:
24
Ext2Mgr/types.h
Normal file
24
Ext2Mgr/types.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef _LINUX_TYPES_H
|
||||
#define _LINUX_TYPES_H
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#error _MSC_VER not defined
|
||||
#endif
|
||||
|
||||
|
||||
typedef unsigned __int8 __u8;
|
||||
typedef signed __int8 __s8;
|
||||
|
||||
typedef signed __int64 __s64;
|
||||
typedef unsigned __int64 __u64;
|
||||
|
||||
typedef signed __int16 __s16;
|
||||
typedef unsigned __int16 __u16;
|
||||
|
||||
typedef signed __int32 __s32;
|
||||
typedef unsigned __int32 __u32;
|
||||
|
||||
typedef signed __int64 __s64;
|
||||
typedef unsigned __int64 __u64;
|
||||
|
||||
#endif /* LINUX_TYPES_H */
|
||||
Reference in New Issue
Block a user