Rename ImPlatform to ImagingPlatform

This commit is contained in:
Aleksandr Karpinskii 2024-09-01 20:11:25 +04:00
parent 44c2ff3f0b
commit 39acff0768
3 changed files with 2 additions and 2 deletions

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" {

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"
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" { extern "C" {