Skip to content
Discussion options

You must be logged in to vote

Are you able to provide some code sample that repros this? I'm not reproing it with

void DebugPrint(const char*s, int, int);

int main()
{
    #define PRIu32 "d"
    #if !_WIN64
    DebugPrint("d" PRIu32 "d", 0, 1);
    #else
    DebugPrint("Win32Stream::SetSize(%" PRIu32 ")\n", 0 , 1);
    #endif
    int i;
    return 0;
}

The definition of PRIu32 might be causing some issue.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Demonese
Comment options

@sean-mcmanus
Comment options

Answer selected by Demonese
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants