dllentry.c (509a48ff) | dllentry.c (6d678023) |
---|---|
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 --- 74 unchanged lines hidden (view full) --- 83extern BOOL (WINAPI *_pRawDllMain)(HANDLE, DWORD, LPVOID) = _RawDllMain; 84 85#endif 86 87//------------------------------------------------------------------------------ 88// globales 89//------------------------------------------------------------------------------ 90 | 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 --- 74 unchanged lines hidden (view full) --- 83extern BOOL (WINAPI *_pRawDllMain)(HANDLE, DWORD, LPVOID) = _RawDllMain; 84 85#endif 86 87//------------------------------------------------------------------------------ 88// globales 89//------------------------------------------------------------------------------ 90 |
91DWORD g_dwPlatformId = VER_PLATFORM_WIN32_WINDOWS; // remember plattform | 91DWORD g_dwPlatformId = VER_PLATFORM_WIN32_WINDOWS; // remember platform |
92 93//------------------------------------------------------------------------------ 94// DllMain 95//------------------------------------------------------------------------------ 96#ifdef _M_IX86 97int osl_isSingleCPU = 0; 98#endif 99 --- 267 unchanged lines hidden --- | 92 93//------------------------------------------------------------------------------ 94// DllMain 95//------------------------------------------------------------------------------ 96#ifdef _M_IX86 97int osl_isSingleCPU = 0; 98#endif 99 --- 267 unchanged lines hidden --- |