Prevent stdint macro redefinition warnings (#4644)

On MSVC/Windows builds.
This commit is contained in:
Paul Johnson
2025-05-14 15:54:08 +01:00
committed by GitHub
parent f05217c265
commit ba8dc873da
5 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
%top{
#include <stdint.h>
}
%{
/*
* Copyright (c) 2010 Mark Liversedge (liversedge@gmail.com)

View File

@@ -1,3 +1,7 @@
%top{
#include <stdint.h>
}
%{
/*
* Copyright (c) 2010 Mark Liversedge (liversedge@gmail.com)

View File

@@ -1,3 +1,7 @@
%top{
#include <stdint.h>
}
%{
/*
* Copyright (c) 2010 Mark Liversedge (liversedge@gmail.com)

View File

@@ -1,3 +1,7 @@
%top{
#include <stdint.h>
}
%{
/*
* Copyright (c) 2024 Joachim Kohlhammer (joachim.kohlhammer@gmx.de)

View File

@@ -1,3 +1,7 @@
%top{
#include <stdint.h>
}
%{
/*
* Copyright (c) 2023 Joachim Kohlhammer (joachim.kohlhammer@gmx.de)