Add suffixes to platform specific helper functions

Also merge win32_tls.h into win32_platform.h.
This commit is contained in:
Camilla Berglund
2015-12-03 18:16:46 +01:00
parent 0a3b5952e0
commit 12b6c56903
42 changed files with 375 additions and 358 deletions
+1 -1
View File
@@ -138,6 +138,6 @@ typedef struct _GLFWcursorWayland
} _GLFWcursorWayland;
void _glfwAddOutput(uint32_t name, uint32_t version);
void _glfwAddOutputWayland(uint32_t name, uint32_t version);
#endif // _glfw3_wayland_platform_h_