Browse Source

...

sisyphus
Dustin Falgout 8 years ago
parent
commit
a0b019a937
  1. 2
      src/webkit2-extension.c

2
src/webkit2-extension.c

@ -52,7 +52,7 @@
/* CLion bugs */
#ifndef guint64
typedef unsigned long guint64;
typedef unsigned long long guint64;
#endif

Loading…
Cancel
Save