Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#ifdef _WIN32

#include "libImaging/ImDib.h"
#include "libImaging/ImagingDib.h"

#if SIZEOF_VOID_P == 8
#define F_HANDLE "K"
Expand Down
2 changes: 1 addition & 1 deletion src/libImaging/Dib.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#ifdef _WIN32

#include "ImDib.h"
#include "ImagingDib.h"

ModeID
ImagingGetModeDIB(int size_out[2]) {
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"
#include "Mode.h"

#if defined(__cplusplus)
Expand Down
2 changes: 1 addition & 1 deletion src/libImaging/ImDib.h → src/libImaging/ImagingDib.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
File renamed without changes.
Loading