REBOL3 tracker
  0.9.12 beta
Ticket #0001731 User: anonymous

Project:



rss
TypeBug Statuscomplete Date29-Oct-2010 05:33
Versionalpha 109 CategoryHost-Kit Submitted byabolka
PlatformWindows Severityminor Priorityurgent

Summary Definition of RXIEXT in reb-lib.h is broken
Description A minor glitch in the definition of RXIEXT in reb-lib.h prevents A109 from compiling with AGG:

#define extern "C" RXIEXT __declspec(dllexport)

should rather be

#define RXIEXT extern "C" __declspec(dllexport)

A patch to this effect against the A109 Win32 hostkit is attached.
Example code

			

Assigned ton/a Fixed inalpha 110 Last Update4-Nov-2010 04:29

Attached Files

Comments

Date User Field Action Change
4-Nov-2010 04:29 abolka Status Modified built => complete
1-Nov-2010 00:15 carl Fixedin Modified => alpha 110
1-Nov-2010 00:15 carl Status Modified reviewed => built
31-Oct-2010 23:57 carl Description Modified -
31-Oct-2010 23:57 carl Status Modified submitted => reviewed
29-Oct-2010 05:33 abolka Ticket Added -