]> git.saurik.com Git - wxWidgets.git/commitdiff
Made CCS_VERT definition more general
authorJulian Smart <julian@anthemion.co.uk>
Mon, 25 Aug 2003 14:20:26 +0000 (14:20 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 25 Aug 2003 14:20:26 +0000 (14:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h

index 77124090fdf62c5b5d12aa2fd4454a7b5e73b5c3..06a4300d9c78bfe8a345e991de441455e628ef81 100644 (file)
@@ -182,7 +182,7 @@ typedef struct {
 // ----------------------------------------------------------------------------
 // Toolbar define value missing 
 // ----------------------------------------------------------------------------
-#if defined(__DIGITALMARS__) 
+#if !defined(CCS_VERT)
 #define CCS_VERT                0x00000080L
 #endif