Skip to content

Commit 06d9572

Browse files
committed
Renamed ImDib.h to ImagingDib.h
1 parent 5258422 commit 06d9572

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
#ifdef _WIN32
3434

35-
#include "libImaging/ImDib.h"
35+
#include "libImaging/ImagingDib.h"
3636

3737
#if SIZEOF_VOID_P == 8
3838
#define F_HANDLE "K"

src/libImaging/Dib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#ifdef _WIN32
2525

26-
#include "ImDib.h"
26+
#include "ImagingDib.h"
2727

2828
ModeID
2929
ImagingGetModeDIB(int size_out[2]) {

0 commit comments

Comments
 (0)