toolsin.cxx (89b56da7) toolsin.cxx (27ead02a)
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

--- 71 unchanged lines hidden (view full) ---

80
81void GlobalDeInitTools()
82{
83 DBG_GLOBALDEBUGEND();
84
85#if defined WNT
86 ImpDeInitWinTools();
87#endif
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

--- 71 unchanged lines hidden (view full) ---

80
81void GlobalDeInitTools()
82{
83 DBG_GLOBALDEBUGEND();
84
85#if defined WNT
86 ImpDeInitWinTools();
87#endif
88#ifdef OS2
88#ifdef OS2_YD_REMOVEME
89 ImpDeInitOS2Tools();
90#endif
91}
89 ImpDeInitOS2Tools();
90#endif
91}