// Modified by:
// Created: 04/01/98
// RCS-ID: $Id$
-// Copyright: (c) Microsoft, Julian Smart and Markus Holzem
-// Licence: wxWindows license
+// Copyright: (c) Microsoft, Julian Smart
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
LPVOID p;
OFSTRUCT of;
-#if defined(WIN32) || defined(_WIN32)
+#if defined(__WIN32__)
#define GetCurrentInstance() GetModuleHandle(NULL)
#else
#define GetCurrentInstance() (HINSTANCE)SELECTOROF((LPVOID)&of)