Skip to content

Commit

Permalink
smpeg2, proto.h: define __STDC__ for watcom, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 16, 2017
1 parent 5e52023 commit 623f0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/smpeg2-2.0.0/video/proto.h
Expand Up @@ -40,7 +40,7 @@
* SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*/

#ifdef WIN32
#if defined(WIN32) || defined(__WATCOMC__)
#define __STDC__ 1
#endif
#ifdef __STDC__
Expand Down

0 comments on commit 623f0ef

Please sign in to comment.