Skip to content

Commit

Permalink
Merge pull request #9693
Browse files Browse the repository at this point in the history
07d93f0 common: Remove resolved FIXME in pod-class.h (iamamyth)
  • Loading branch information
tobtoht committed Jan 22, 2025
2 parents 0beb733 + 07d93f0 commit cb25aba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/common/pod-class.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,4 @@

#pragma once

// FIXME: Why is this ifdef needed? Hopefully making it struct won't break things.

/*
#if defined(_MSC_VER)
#define POD_CLASS struct
#else
#define POD_CLASS class
#endif
*/

#define POD_CLASS struct

0 comments on commit cb25aba

Please sign in to comment.