Skip to content

Change ifdef for 64-bit time to check for the right thing#90

Merged
mosajjal merged 1 commit intogopacket:masterfrom
ssgelm:time64-fix-32-bit-systems
Nov 11, 2024
Merged

Change ifdef for 64-bit time to check for the right thing#90
mosajjal merged 1 commit intogopacket:masterfrom
ssgelm:time64-fix-32-bit-systems

Conversation

@ssgelm
Copy link
Copy Markdown
Contributor

@ssgelm ssgelm commented Oct 15, 2024

Currently this checks whether a type is defined which does not appear to work. Instead, we check for the specific cases where time64 would be used instead of time.

Closes #89

Currently this checks whether a type is defined which does not appear to
work. Instead, we check for the specific cases where time64 would be
used instead of time.

Closes gopacket#89
@mosajjal mosajjal merged commit ba9b66f into gopacket:master Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Potentially invalid use of #ifdef

2 participants