Sven Panne <[EMAIL PROTECTED]> writes: 
> 
> To install H/Direct-0.12 on Linux, two things had to be changed:
> 
>    * Move an #include to a more probable place (just guessing...):
> 

Thanks, the fix was almost right, the "comPrim.h" include should
appear inside the __CYGWIN32__ #ifdef, since it's a replacement
header file that allows us to continue using gcc/egcs.

> 
> Some remarks regarding the examples:
> 
>    * [pure]int rand(void); ???
>      I really hope that rand is *not* a pure function...  :-}
> 

thx, fixed.

>    * int strncmp([in,string]char* s1,[in,string]char* s2,[in]int n);
>      Shouldn't this read:
>      int strncmp([in]FastString s1,[in]FastString s2,[in]int n);

Yep, that would make it more useful.

--Sigbjorn

Reply via email to