Changeset 2298 for trunk/gsdl/lib


Ignore:
Timestamp:
2001-04-10T10:40:56+12:00 (23 years ago)
Author:
sjboddie
Message:

Made a small change to the gsdl_system function to overcome weird windows
behaviour preventing collector status pages from updating when using the
web library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/gsdltools.cpp

    r1818 r2298  
    7676                    0, STARTF_USESHOWWINDOW,
    7777                    SW_HIDE, 0, NULL,
    78                     NULL, NULL, NULL};
     78            NULL, NULL, NULL};
    7979  PROCESS_INFORMATION pi;
    8080  BOOL res = CreateProcess(NULL,
     
    8383                           NULL,
    8484                           FALSE,
     85#if defined (GSDL_LOCAL_LIBRARY)
    8586               NULL,
     87#else
     88               DETACHED_PROCESS,
     89#endif
    8690                           NULL,
    8791                           NULL,
Note: See TracChangeset for help on using the changeset viewer.