OSDN Git Service

BUG: [ 1465893 ] Compile error with VC6 (SuperComboBox.cpp)
authorKimmo Varis <kimmov@gmail.com>
Sun, 9 Apr 2006 15:48:30 +0000 (15:48 +0000)
committerKimmo Varis <kimmov@gmail.com>
Sun, 9 Apr 2006 15:48:30 +0000 (15:48 +0000)
 - fix from Gal Hammer

Src/Changes.txt
Src/Common/SuperComboBox.cpp

index 7dc84b3..3ce347d 100644 (file)
@@ -6,6 +6,9 @@ Add new items to top.
  BUG: [ 1383719 ] ShellExtension resources opening in IDE fails
   Fix from Sdottaka
   ShellExtension/Languages/*.rc
+ BUG: [ 1465893 ] Compile error with VC6 (SuperComboBox.cpp)
+  Fix from Gal Hammer
+  Src/Common: SuperComboBox.cpp
 
 2006-04-06 Kimmo
  BUG: [ 1463137 ] MergeArgs.h is empty file?
index 9f7f790..00dd05b 100644 (file)
@@ -5,7 +5,6 @@
 #include "SuperComboBox.h"
 
 #include <shlwapi.h>
-#include <shldisp.h>
 
 #ifdef _DEBUG
 #define new DEBUG_NEW