This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 219008
Collapse All | Expand All

(-)a/ide/launcher/windows/nblauncher.cpp (+5 lines)
Lines 44-49 Link Here
44
 * Author: Tomas Holy
44
 * Author: Tomas Holy
45
 */
45
 */
46
46
47
#ifndef _WIN32_WINNT        
48
#define _WIN32_WINNT 0x05010100
49
#endif
50
47
#include "nblauncher.h"
51
#include "nblauncher.h"
48
#include "../../../o.n.bootstrap/launcher/windows/utilsfuncs.h"
52
#include "../../../o.n.bootstrap/launcher/windows/utilsfuncs.h"
49
#include "../../../o.n.bootstrap/launcher/windows/argnames.h"
53
#include "../../../o.n.bootstrap/launcher/windows/argnames.h"
Lines 116-121 Link Here
116
    adjustHeapAndPermGenSize();
120
    adjustHeapAndPermGenSize();
117
    addExtraClusters();
121
    addExtraClusters();
118
    string nbexecPath;
122
    string nbexecPath;
123
    SetDllDirectory(baseDir.c_str());
119
    if (dirExists(platformDir.c_str())) {
124
    if (dirExists(platformDir.c_str())) {
120
        nbexecPath = platformDir;
125
        nbexecPath = platformDir;
121
    } else {
126
    } else {

Return to bug 219008