소스 검색

Unity: Set UNITY_EXCLUDE_STDINT_H to disable the use of long long

Max Bruckner 7 년 전
부모
커밋
155281f235
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/unity/examples/unity_config.h

+ 1 - 1
tests/unity/examples/unity_config.h

@@ -63,7 +63,7 @@
  * you're going to want to define this. That way, Unity will know to skip the
  * inclusion of this file and you won't be left with a compiler error.
  */
-/* #define UNITY_EXCLUDE_STDINT_H */
+#define UNITY_EXCLUDE_STDINT_H
 
 /* ********************** MANUAL INTEGER TYPE DEFINITION ***********************
  * If you've disabled all of the automatic options above, you're going to have