- Timestamp:
- Jan 4, 2016, 3:30:34 PM (10 years ago)
- Author:
- Valery V. Sedletski
- Message:
-
Minor headers changes
- Location:
- branches/fat32-0.10/src/include
- Files:
-
- 3 edited
- dhcalls.h (modified) (1 diff)
- fat32ifs.h (modified) (1 diff)
- portable.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/fat32-0.10/src/include/dhcalls.h
r97 r103 78 78 typedef VOID NEAR *NPVOID; 79 79 80 typedef _far * _far *PPVOID; 80 // -- typedef _far * _far *PPVOID; 81 82 typedef VOID FAR *PVOID; 83 typedef PVOID FAR *PPVOID; 81 84 82 85 /* -
branches/fat32-0.10/src/include/fat32ifs.h
r97 r103 5 5 #include "fsh.h" 6 6 #include "fat32def.h" 7 (追記) (追記ここまで) 8 (追記) #ifdef __WATCOMC__ (追記ここまで) 7 9 #include "devhelp.h" 8 //#include "dhcalls.h" 10 #else 11 #include "dhcalls.h" 12 #endif 13 9 14 #include "strat2.h" 10 15 -
branches/fat32-0.10/src/include/portable.h
r97 r103 17 17 #define fastcall _fastcall 18 18 #endif 19 (追記) #define _loadds (追記ここまで) 20 (追記) #define _inline (追記ここまで) 19 21 #endif 20 22
Note:
See TracChangeset
for help on using the changeset viewer.