Skip to content

Commit

Permalink
Win32: remove unneeded typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
daipom committed Aug 17, 2022
1 parent 35f9a97 commit 6609c68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/external/glfw/include/GLFW/glfw3native.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ extern "C" {
// @raysan5: Actually, only HWND handler needs to be defined
// Including windows.h could suppose symbols re-definition issues (i.e Rectangle type)
//#include <windows.h>
typedef void *PVOID;
typedef PVOID HANDLE;
typedef HANDLE HWND;
#elif defined(GLFW_EXPOSE_NATIVE_COCOA) || defined(GLFW_EXPOSE_NATIVE_NSGL)
#if defined(__OBJC__)
#import <Cocoa/Cocoa.h>
Expand Down

0 comments on commit 6609c68

Please sign in to comment.