Renamed ImPlatform.h to ImagingPlatform.h

This commit is contained in:
Andrew Murray 2026-01-03 14:21:48 +11:00
parent 06d9572173
commit daff43f00a
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
* See the README file for information on usage and redistribution. * See the README file for information on usage and redistribution.
*/ */
#include "ImPlatform.h" #include "ImagingPlatform.h"
#include "Mode.h" #include "Mode.h"
#if defined(__cplusplus) #if defined(__cplusplus)

View File

@ -12,7 +12,7 @@
#ifdef _WIN32 #ifdef _WIN32
#include "ImPlatform.h" #include "ImagingPlatform.h"
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" { extern "C" {