mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gir: Rename girmodule.h to girmodule-private.h
It's private header.
This commit is contained in:
@@ -22,14 +22,16 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "girnode.h"
|
||||
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "girmodule.h"
|
||||
#include "girnode.h"
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strtoll _strtoi64
|
||||
#define strtoull _strtoui64
|
||||
|
Reference in New Issue
Block a user