Programming

'UINT64_C' was not declared in this scope 에러

별종외계오동 2010. 8. 19. 09:50
반응형
Header에  이부분 추가 해야 제대로 컴파일된다!~


#ifdef __cplusplus
#define __STDC_CONSTANT_MACROS
#ifdef _STDINT_H
#undef _STDINT_H
#endif
# include <stdint.h>
#endif
반응형