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

Implementation with windows #1

Open
DanielXu123 opened this issue Apr 18, 2019 · 1 comment
Open

Implementation with windows #1

DanielXu123 opened this issue Apr 18, 2019 · 1 comment

Comments

@DanielXu123
Copy link

Hi , Lockie.

I'm wondering can I implement the vibe.c in windows without glib by changing all the gint to int , others like wise.

@lockie
Copy link
Owner

lockie commented Apr 18, 2019

Hey.
I think it is possible, but you'll also need to change a few GLib API's I've used (g_malloc, g_get_monotonic_time etc) with their standard library counterparts.
Also FYI there is native GLib build for Windows, so nothing stops you from using it.

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

2 participants