Remove redundant defines.

This commit is contained in:
Steve Checkoway
2005-10-24 08:17:12 +00:00
parent 3f93a76b21
commit cb229a8774
8 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#if defined(WIN32)
#include "DialogDriver_Win32.h"
#elif defined(HAVE_COCOA)
#elif defined(__MACOSX__)
#include "DialogDriver_Cocoa.h"
#endif