remove duplicate '<stdboo.h>' include in ffi/glfw-export.c, and disambiguate mlton-generated export file for GLFW shell further (by prepending 'mlton-' to the file)

This commit is contained in:
2026-01-23 13:37:13 +00:00
parent a8f69bec06
commit 8d68bcbd13
5 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
#include <stdbool.h>
#define GLFW_INCLUDE_NONE
#include "glad.h"
#include <GLFW/glfw3.h>

View File

@@ -1,4 +1,4 @@
#include "glfw-export.h"
#include "mlton-glfw-export.h"
#include "glad.h"
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>