Menu

#88 PERLUD_DECLARE

1.06
open
nobody
None
5
2022-10-17
2022-10-17
No

Compiling Win32-GUI-1.14 with cl from Visual Studio 2014, I came across a case where PERLUD_DECLARE can be defined to nothing, leaving to a statement that cl compiler dislike, i.e.:

typedef struct tagPERLWIN32GUI_USERDATA {
    DWORD       dwSize;                                                 // struct size (our signature)
    ;                                                     // a pointer to the Perl Object
    SV*         svSelf;                                                 // a pointer to ourself
    etc

A proposed patch is attached.

1 Attachments

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.