Changeset 46 for trunk/TOOLS/INTERNAL/FIXCODE.H
- Timestamp:
- Apr 12, 2014, 8:23:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/INTERNAL/FIXCODE.H
r37 r46 6 6 #define PLATFORM_DOS 7 7 #elif defined(__OS2__) && !defined(OS2) 8 #define INCL_NOPMAPI9 #define INCL_BASE10 #define INCL_DOS11 #define INCL_DOSDEVIOCTL12 #include <os2.h>13 8 #define PLATFORM_OS2 14 9 #elif defined(__NT__) 15 #include <windows.h>16 10 #define PLATFORM_WINNT 17 11 #elif defined(__LINUX__) … … 21 15 #endif 22 16 17 23 18 #include <stdlib.h> 24 19 #include <stdio.h> … … 26 21 27 22 28 29 30 31 32 33 34 35 23 #define IMAGE_SIZE 31744 24 #define MBRPROT_SIZE 1024 25 #define SECSIZE 512 36 26 37 27 #endif 38 39 40 41 42 43
Note:
See TracChangeset
for help on using the changeset viewer.