Island rtl.fx -- which header files used?

Hello,
I am wondering which header files from the Windows SDK’s Include folder are part of rtl.fx in Island’s Reference Libraries folder.

From looking at the file’s content I assume that it is equivalent to what windows.h defines or references, but I would be grateful for confirmation from RemObjects’ side.

Thanks and regards, Olaf

Hi,

i’ts a little more than that actually, it’s:

            "Files": [
                "Windows.h",
                "stddef.h",
                "inttypes.h",
                "WS2spi.h",
                "WS2tcpip.h",
                "WinSock2.h",
                "stdint.h",
                "setjmp.h",
                "ShlDisp.h",
                "ShlGuid.h",
                "ShlObj.h",
                "Shlwapi.h",
                "ShObjIdl.h",
                "CommCtrl.h",
                "WinHTTP.h",
                "MsHtmHst.h",
                "MsHTML.h",
                "Mshtmlc.h",
            ],
  • indirectly used files from that. Occasionally I add stuff when people notice things missing. Unfortunately, the way the headers are setup there’s no good way to just “include everything”, as most of the headers don’t work standalone.