Skip to content

Fix build for clang on windows#106

Open
saidwho12 wants to merge 1 commit intoMrFrenik:masterfrom
saidwho12:master
Open

Fix build for clang on windows#106
saidwho12 wants to merge 1 commit intoMrFrenik:masterfrom
saidwho12:master

Conversation

@saidwho12
Copy link

Fixed "returning from a void function" error in gs_grapics_storage_buffer_unlock_impl by removing return NULL; line.
Changed

    #ifdef __MINGW32__

to

    #if _WIN32

which is more correct to determine signature of mkdir.

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

Successfully merging this pull request may close these issues.

1 participant