Skip to content
Snippets Groups Projects
  1. Nov 09, 2012
  2. Nov 08, 2012
  3. Nov 07, 2012
    • Fabio D'Urso's avatar
      Replaced forward declaration of enum CryptAlgorithm with a proper #include · 40efa729
      Fabio D'Urso authored and Albert Astals Cid's avatar Albert Astals Cid committed
      Forward-declaring enums is illegal. It hasn't caused problems so far
      because XRef.h includes Object.h, which in turn includes Stream.h, where
      the enum is defined.
      Therefore, enum is alreadly defined when the compiler reaches that line.
      
      To avoid future issues, I've replaced it with a proper #include "Stream.h"
      (which expands to nothing as Stream.h has already been included at that
      point).
      
      I've also added a #include in XRef.h because it references enum
      CryptAlgorithm too. Also in this case, it expands to nothing.
      40efa729
  4. Nov 03, 2012
  5. Nov 02, 2012
  6. Oct 30, 2012
  7. Oct 24, 2012
  8. Oct 22, 2012
  9. Oct 21, 2012
  10. Oct 19, 2012
  11. Oct 18, 2012
  12. Oct 17, 2012
  13. Oct 16, 2012
  14. Oct 14, 2012
Loading