Fixed event arg in notebook.h, #ifdefed out some functions in oleutils that
don't compile in VC++ 4. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -16,6 +16,8 @@ | ||||
| #pragma interface "oleutils.h" | ||||
| #endif | ||||
|  | ||||
| #include "wx/defs.h" | ||||
|  | ||||
| // ============================================================================ | ||||
| // General purpose functions and macros | ||||
| // ============================================================================ | ||||
| @@ -119,8 +121,7 @@ bool IsIidFromList(REFIID riid, const IID *aIids[], size_t nCount); | ||||
| // Debugging support | ||||
| // ============================================================================ | ||||
|  | ||||
| #ifdef  __DEBUG__ | ||||
|  | ||||
| #if defined(__DEBUG__) && defined(_MSC_VER) && (_MSC_VER > 1000) | ||||
| // ---------------------------------------------------------------------------- | ||||
| //  | ||||
| // ---------------------------------------------------------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user