summaryrefslogtreecommitdiffhomepage
path: root/src/external/glfw/include/GLFW/glfw3native.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/glfw/include/GLFW/glfw3native.h')
-rw-r--r--src/external/glfw/include/GLFW/glfw3native.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/external/glfw/include/GLFW/glfw3native.h b/src/external/glfw/include/GLFW/glfw3native.h
index f67f5402..323d3c77 100644
--- a/src/external/glfw/include/GLFW/glfw3native.h
+++ b/src/external/glfw/include/GLFW/glfw3native.h
@@ -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>