neslib / Chet

C Header Translator for Delphi
BSD 2-Clause "Simplified" License
204 stars 43 forks source link

Fail to translate wchar_t define #4

Closed ccy closed 3 years ago

ccy commented 3 years ago

For example:

#define TET_WCHAR_SHORT_VERSIONSTRING   L"5"

translate to

const
  TET_WCHAR_SHORT_VERSIONSTRING = L"5";

It fail to compile with Delphi.

neslib commented 3 years ago

Just pushed a fix for this issue (also added support for the u and U prefixes, with both single and double quotes).