]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/droptgt.h
In DialogEd, changed Close to Destroy to make it shut down properly.
[wxWidgets.git] / include / wx / msw / ole / droptgt.h
index cf990ef5a0f558d124e0ba6ad9fea55023471e5e..95484cf7a68fcc25424f2ff521b7ccf33c2ce753 100644 (file)
@@ -19,8 +19,8 @@
 #pragma interface "droptgt.h"
 #endif
 
-#if !USE_DRAG_AND_DROP
-  #error  "You should #define USE_DRAG_AND_DROP to 1 to compile this file!"
+#if !wxUSE_DRAG_AND_DROP
+  #error  "You should #define wxUSE_DRAG_AND_DROP to 1 to compile this file!"
 #endif  //WX_DRAG_DROP
 
 // ----------------------------------------------------------------------------