module.c (54f0139e) | module.c (7f70c6ca) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 106 unchanged lines hidden (view full) --- 115 sprintf( szError, "Module: %s; errno: %d;\n" 116 "Please contact technical support and report above informations.\n\n", 117 buffer, errno ); 118#if OSL_DEBUG_LEVEL>0 119 fprintf( stderr, szError); 120#endif 121 debug_printf("osl_loadModule error %s", szError); 122 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 106 unchanged lines hidden (view full) --- 115 sprintf( szError, "Module: %s; errno: %d;\n" 116 "Please contact technical support and report above informations.\n\n", 117 buffer, errno ); 118#if OSL_DEBUG_LEVEL>0 119 fprintf( stderr, szError); 120#endif 121 debug_printf("osl_loadModule error %s", szError); 122 |
123#ifndef OSL_DEBUG_LEVEL | 123#if (OSL_DEBUG_LEVEL==0) || !defined(OSL_DEBUG_LEVEL) |
124 WinMessageBox(HWND_DESKTOP,HWND_DESKTOP, 125 szError, "Critical error: DosLoadModule failed", 126 0, MB_ERROR | MB_OK | MB_MOVEABLE); 127#endif 128 } 129 } 130 } 131 --- 155 unchanged lines hidden --- | 124 WinMessageBox(HWND_DESKTOP,HWND_DESKTOP, 125 szError, "Critical error: DosLoadModule failed", 126 0, MB_ERROR | MB_OK | MB_MOVEABLE); 127#endif 128 } 129 } 130 } 131 --- 155 unchanged lines hidden --- |