Win32: remove unneeded typedef
This commit is contained in:
parent
35f9a97746
commit
6609c68924
3
src/external/glfw/include/GLFW/glfw3native.h
vendored
3
src/external/glfw/include/GLFW/glfw3native.h
vendored
|
|
@ -92,9 +92,6 @@ extern "C" {
|
||||||
// @raysan5: Actually, only HWND handler needs to be defined
|
// @raysan5: Actually, only HWND handler needs to be defined
|
||||||
// Including windows.h could suppose symbols re-definition issues (i.e Rectangle type)
|
// Including windows.h could suppose symbols re-definition issues (i.e Rectangle type)
|
||||||
//#include <windows.h>
|
//#include <windows.h>
|
||||||
typedef void *PVOID;
|
|
||||||
typedef PVOID HANDLE;
|
|
||||||
typedef HANDLE HWND;
|
|
||||||
#elif defined(GLFW_EXPOSE_NATIVE_COCOA) || defined(GLFW_EXPOSE_NATIVE_NSGL)
|
#elif defined(GLFW_EXPOSE_NATIVE_COCOA) || defined(GLFW_EXPOSE_NATIVE_NSGL)
|
||||||
#if defined(__OBJC__)
|
#if defined(__OBJC__)
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user