Browse Source

Merge pull request #871 from CTrauma/CT-WINDOWS-BUILD

remove unused dependency on ATL
JoshEngebretson 9 năm trước cách đây
mục cha
commit
51be88e90f
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Source/ThirdParty/nativefiledialog/nfd_win.cpp

+ 2 - 1
Source/ThirdParty/nativefiledialog/nfd_win.cpp

@@ -13,7 +13,8 @@
 #include <wchar.h>
 #include <stdio.h>
 #include <assert.h>
-#include <atlbase.h>
+//ATOMIC: Removed reference to ATL
+//#include <atlbase.h>
 #include <windows.h>
 #include <ShObjIdl.h>