Changeset 561 for trunk/src/activeqt/control/qaxserverdll.cpp
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/activeqt/control/qaxserverdll.cpp
r2 r561 2 2 ** 3 3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 4 ** Contact: Qt Software Information ([email protected]) 4 ** All rights reserved. 5 ** Contact: Nokia Corporation ([email protected]) 5 6 ** 6 7 ** This file is part of the ActiveQt framework of the Qt Toolkit. … … 51 52 52 53 // in qaxserver.cpp 53 extern charqAxModuleFilename[MAX_PATH];54 extern qAxModuleFilename[MAX_PATH]; 54 55 extern bool qAxIsServer; 55 56 extern ITypeLib *qAxTypeLibrary; … … 121 122 EXTERN_C BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpvReserved) 122 123 { 123 GetModuleFileName A(hInstance, qAxModuleFilename, MAX_PATH-1);124 GetModuleFileName); 124 125 qAxInstance = hInstance; 125 126 qAxIsServer = true;
Note:
See TracChangeset
for help on using the changeset viewer.