Skip to content

Commit

Permalink
pxtone: use stdint.h just
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed May 14, 2023
1 parent f9388cf commit ec1464d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/codecs/pxtone/pxtn.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
//#define pxINCLUDE_OGGVORBIS 1
// $(SolutionDir)libogg\include;$(SolutionDir)libvorbis\include;

#if defined(_WIN32)
#include <cstdint>
#else
#include <stdint.h>
#endif

#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit ec1464d

Please sign in to comment.