Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Dec 24, 2024
1 parent 15135bb commit 26b0d64
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/platforms/rcore_desktop_rgfw.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,7 @@ const char *GetClipboardText(void)


#if defined(SUPPORT_CLIPBOARD_IMAGE)

#ifdef _WIN32
#if defined(_WIN32)
#define WIN32_CLIPBOARD_IMPLEMENTATION
#define WINUSER_ALREADY_INCLUDED
#define WINBASE_ALREADY_INCLUDED
Expand All @@ -687,13 +686,6 @@ const char *GetClipboardText(void)
#endif
#endif

// Get clipboard image
Image GetClipboardImage(void)
{
Image image = { 0 };
unsigned long long int dataSize = 0;
void *fileData = NULL;

#if defined(SUPPORT_CLIPBOARD_IMAGE)
// Get clipboard image
Image GetClipboardImage(void)
Expand Down

0 comments on commit 26b0d64

Please sign in to comment.