[Mingw-w64-public] MinGW-w64 Possibly Emitting Incorrect Code

2015-10-09 Thread Jason Schulz
I'm having an issue with a piece of code I'm trying to compile using mingw-w64 gcc. The pieces of code I'm specifically having an issue with is as follows... struct duplicate { pthread_mutex_t mutex; size_t count; struct digest_t digest; struct vector devices; struct hash_entry has

Re: [Mingw-w64-public] Mingw64 not linking due to undefined references

2015-10-09 Thread Mack Paul
Hi guys: I could resolve this problem changing the flags to: pd.Flags =             // Return a printer device context.             PD_RETURNDC             // Don't allow separate print to file.             // Remove these flags if you want to support this feature.             | PD_H