comparison src/intl-auto-encap-win32.h @ 4911:7eec2a1f3412

Fix Visual Studio 6 build
author Vin Shelton <acs@xemacs.org>
date Mon, 01 Feb 2010 17:08:41 -0500
parents 70089046adef
children 0f2338afbabf
comparison
equal deleted inserted replaced
4910:6bc1f3f6cf0d 4911:7eec2a1f3412
659 659
660 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED 660 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED
661 #undef CreateMDIWindow 661 #undef CreateMDIWindow
662 #define CreateMDIWindow error_use_qxeCreateMDIWindow_or_CreateMDIWindowA_and_CreateMDIWindowW 662 #define CreateMDIWindow error_use_qxeCreateMDIWindow_or_CreateMDIWindowA_and_CreateMDIWindowW
663 #endif 663 #endif
664 HWND qxeCreateMDIWindow (Extbyte * arg1, const Extbyte * arg2, DWORD arg3, int arg4, int arg5, int arg6, int arg7, HWND arg8, HINSTANCE arg9, LPARAM arg10); 664 HWND qxeCreateMDIWindow (Extbyte * arg1, Extbyte * arg2, DWORD arg3, int arg4, int arg5, int arg6, int arg7, HWND arg8, HINSTANCE arg9, LPARAM arg10);
665 665
666 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED 666 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED
667 #undef CreateWindowEx 667 #undef CreateWindowEx
668 #define CreateWindowEx error_use_qxeCreateWindowEx_or_CreateWindowExA_and_CreateWindowExW 668 #define CreateWindowEx error_use_qxeCreateWindowEx_or_CreateWindowExA_and_CreateWindowExW
669 #endif 669 #endif