OSDN Git Service

[General] Maybe fex FTBFS.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 11 Oct 2020 14:37:17 +0000 (23:37 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 11 Oct 2020 14:37:17 +0000 (23:37 +0900)
source/src/common.h
source/src/config.h

index 82f4d3a..6efb07c 100644 (file)
                typedef unsigned int UINT;
        #endif
 #endif
-
+#ifdef _USE_QT
+       typedef int SOCKET;
+#endif
 typedef union {
        struct {
 #ifdef __BIG_ENDIAN__
index 903f10e..0f0f5aa 100644 (file)
@@ -306,6 +306,7 @@ typedef struct {
        bool use_direct_input;
        bool disable_dwm;
 
+       bool use_d2d1;
        bool use_d3d9;
        bool wait_vsync;
        bool use_dinput;