Project

General

Profile

« Previous | Next » 

Revision b06db26b

Added by skyjake about 5 years ago

Windows|Cygwin: Fixing incorrectly initialized objects

Apparently in the Cygwin GCC build, static global C++ objects are not
initialized properly (just zeroed, constructor not called). So these
objects need to be initialized manually.

This means not using Strings as static globals.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences