Move DWM enabled test to file where it is used

This commit is contained in:
Camilla Berglund
2015-12-06 16:19:39 +01:00
parent 72632a846b
commit 75f1dfaf8a
3 changed files with 16 additions and 18 deletions
-2
View File
@@ -262,8 +262,6 @@ typedef struct _GLFWtimeWin32
GLFWbool _glfwRegisterWindowClass(void);
void _glfwUnregisterWindowClass(void);
BOOL _glfwIsCompositionEnabled(void);
WCHAR* _glfwCreateWideStringFromUTF8(const char* source);
char* _glfwCreateUTF8FromWideString(const WCHAR* source);