Include definition for __PMT (Patch by Walter J. Mack <wmack@componentsw.com>)
Showing
1 changed file
with
8 additions
and
0 deletions
... | @@ -28,6 +28,14 @@ | ... | @@ -28,6 +28,14 @@ |
28 | # endif | 28 | # endif |
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | #ifndef __PMT | ||
32 | # if defined PROTOTYPES || (defined __STDC__ && STDC__) | ||
33 | # define __PMT(Args) Args | ||
34 | # else | ||
35 | # define __PMT(Args) () | ||
36 | # endif | ||
37 | #endif | ||
38 | |||
31 | #ifdef __cplusplus | 39 | #ifdef __cplusplus |
32 | extern "C" { | 40 | extern "C" { |
33 | #endif | 41 | #endif | ... | ... |
-
Please register or sign in to post a comment