From 7a8334c91e21100f637ee875634ecd66a7203470 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 31 Jan 2005 08:22:07 +0000 Subject: INTEGRATION: CWS vcl34 (1.21.186); FILE MERGED 2005/01/12 15:29:55 dv 1.21.186.1: #107733# Use osl_loadModule instead of LoadLibrary --- vcl/win/source/app/salinst.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vcl/win') diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx index 026620003c64..868e5321360b 100644 --- a/vcl/win/source/app/salinst.cxx +++ b/vcl/win/source/app/salinst.cxx @@ -2,9 +2,9 @@ * * $RCSfile: salinst.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: kz $ $Date: 2004-05-18 13:47:58 $ + * last change: $Author: rt $ $Date: 2005-01-31 09:22:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -471,7 +471,6 @@ SalData::SalData() mnAppThreadId = 0; // Id from Applikation-Thread mbScrSvrEnabled = FALSE; // ScreenSaver enabled mnSageStatus = 0; // status of Sage-DLL (DISABLE_AGENT == nicht vorhanden) - mhSageInst = 0; // instance handle for the Sage-DLL mpSageEnableProc = 0; // funktion to deactivate the system agent mpFirstIcon = 0; // icon cache, points to first icon, NULL if none mpTempFontItem = 0; -- cgit