#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | WINREXX_H /* against multiple includes */ |
| #define | MIN_C_STACK 1024*(32 + sizeof(void *)) |
| #define | TOTAL_STACK_SIZE 1024*512 |
| #define | C_STACK_SIZE TOTAL_STACK_SIZE |
| #define | SysCall _cdecl |
| #define | STACKCHECK |
| #define | TIMESLICE |
| #define | FIXEDTIMERS |
| #define | SCRIPTING |
| #define | SYSINITIALADDRESS "CMD" |
| #define | BASEIMAGE "rexx.img" |
| #define | BASEIMAGELOAD "CoreClasses.orx" |
| #define | REXXMESSAGEFILE "winatab.rc" |
| #define | delimiter '\\' |
| #define | line_end "\r\n" |
| #define | line_end_size 2 |
| #define | DEFRXSTRING 256 /* Default RXSTRING return size */ |
| #define | isnan(x) _isnan(x) |
| #define | WinBeginExceptions |
| #define | WinEndExceptions |
Typedefs | |
| typedef BOOL __stdcall | CONSOLECTRLHANDLER(DWORD) |
Functions | |
| int | WinExceptionFilter (int xCode) |
Variables | |
| CONSOLECTRLHANDLER | WinConsoleCtrlHandler |
| #define BASEIMAGE "rexx.img" |
Definition at line 114 of file windows/PlatformDefinitions.h.
| #define BASEIMAGELOAD "CoreClasses.orx" |
Definition at line 121 of file windows/PlatformDefinitions.h.
| #define C_STACK_SIZE TOTAL_STACK_SIZE |
Definition at line 68 of file windows/PlatformDefinitions.h.
| #define DEFRXSTRING 256 /* Default RXSTRING return size */ |
Definition at line 142 of file windows/PlatformDefinitions.h.
| #define delimiter '\\' |
Definition at line 133 of file windows/PlatformDefinitions.h.
| #define FIXEDTIMERS |
Definition at line 95 of file windows/PlatformDefinitions.h.
| #define isnan | ( | x | ) | _isnan(x) |
Definition at line 152 of file windows/PlatformDefinitions.h.
| #define line_end "\r\n" |
Definition at line 134 of file windows/PlatformDefinitions.h.
| #define line_end_size 2 |
Definition at line 135 of file windows/PlatformDefinitions.h.
| #define MIN_C_STACK 1024*(32 + sizeof(void *)) |
Definition at line 61 of file windows/PlatformDefinitions.h.
| #define REXXMESSAGEFILE "winatab.rc" |
Definition at line 126 of file windows/PlatformDefinitions.h.
| #define SCRIPTING |
Definition at line 102 of file windows/PlatformDefinitions.h.
| #define STACKCHECK |
Definition at line 77 of file windows/PlatformDefinitions.h.
| #define SysCall _cdecl |
Definition at line 70 of file windows/PlatformDefinitions.h.
| #define SYSINITIALADDRESS "CMD" |
Definition at line 108 of file windows/PlatformDefinitions.h.
| #define TIMESLICE |
Definition at line 94 of file windows/PlatformDefinitions.h.
| #define TOTAL_STACK_SIZE 1024*512 |
Definition at line 67 of file windows/PlatformDefinitions.h.
| #define WinBeginExceptions |
Definition at line 159 of file windows/PlatformDefinitions.h.
| #define WinEndExceptions |
Definition at line 161 of file windows/PlatformDefinitions.h.
| #define WINREXX_H /* against multiple includes */ |
Definition at line 53 of file windows/PlatformDefinitions.h.
| typedef BOOL __stdcall CONSOLECTRLHANDLER(DWORD) |
Definition at line 156 of file windows/PlatformDefinitions.h.
| int WinExceptionFilter | ( | int | xCode | ) |
Definition at line 96 of file windows/MiscSystem.cpp.
| CONSOLECTRLHANDLER WinConsoleCtrlHandler |
Definition at line 157 of file windows/PlatformDefinitions.h.