Skip to content

Commit

Permalink
Rename ImPlatform to ImagingPlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
homm committed Sep 1, 2024
1 parent 44c2ff3 commit 39acff0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libImaging/ImDib.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#ifdef _WIN32

#include "ImPlatform.h"
#include "ImagingPlatform.h"

#if defined(__cplusplus)
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion src/libImaging/Imaging.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* See the README file for information on usage and redistribution.
*/

#include "ImPlatform.h"
#include "ImagingPlatform.h"

#if defined(__cplusplus)
extern "C" {
Expand Down
File renamed without changes.

0 comments on commit 39acff0

Please sign in to comment.