Changeset 21967 for main


Ignore:
Timestamp:
2010-04-27T14:51:09+12:00 (14 years ago)
Author:
ak19
Message:

Minor change. Extra comment that explains what to compile if heap_chk is turned on and uses the windows GUI/messagebox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/src/lib/gsdltools.cpp

    r21461 r21967  
    311311  cerr << message << endl;
    312312
    313   // When debugging w32server having the messages appear in a popup
     313  // When debugging w32server, having the messages appear in a popup
    314314  // window can be more convenient
     315  // If you put this line in, make just server.exe (LOCAL_LIBRARY=1)
    315316  //MessageBox (NULL, message, title, MB_OK);
    316317}
Note: See TracChangeset for help on using the changeset viewer.