Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/activeqt/control/qaxserverdll.cpp

    r2 r561  
    22**
    33** 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])
    56**
    67** This file is part of the ActiveQt framework of the Qt Toolkit.
     
    5152
    5253// in qaxserver.cpp
    53 extern char qAxModuleFilename[MAX_PATH];
     54extern qAxModuleFilename[MAX_PATH];
    5455extern bool qAxIsServer;
    5556extern ITypeLib *qAxTypeLibrary;
     
    121122EXTERN_C BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpvReserved)
    122123{
    123     GetModuleFileNameA(hInstance, qAxModuleFilename, MAX_PATH-1);
     124    GetModuleFileName);
    124125    qAxInstance = hInstance;
    125126    qAxIsServer = true;
Note: See TracChangeset for help on using the changeset viewer.