Hi Toninho,

#pragma BEGINDUMP

#include "windows.h"
#include "hbapi.h"

HB_FUNC( RDDSYS )
{
 hb_ret();
}

#pragma ENDDUMP

Just an off-topic recommendation. For an equivalent, but
speedier, shorter and - Harbour-only - _portable_ code,
you should - instead of the above - consider using this:
---
PROCEDURE RDDSYS()
    RETURN
---
or even (but this is only 99% equivalent):
---
ANNOUNCE RDDSYS
---

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to