Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building with Microsoft Visual Studio #5

Open
Thecarisma opened this issue Jul 3, 2018 · 0 comments
Open

Error building with Microsoft Visual Studio #5

Thecarisma opened this issue Jul 3, 2018 · 0 comments

Comments

@Thecarisma
Copy link

Thecarisma commented Jul 3, 2018

Microsoft VS complains about error while building the project due to CONSOLE_SCREEN_BUFFER_INFO csbi; on line 175 which MSVS is not expecting after expressions but was resolved by moving that line after 153: va_list ap;

        va_list ap;
	CONSOLE_SCREEN_BUFFER_INFO csbi;
#ifdef _WIN32
    HANDLE console;
#endif  /* _WIN32 */

You can consider editing to allow building conform with Visual Studio Build Tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant