another stdint.h -> msc_stdint.h fix

This commit is contained in:
Vadim Pisarevsky 2010-08-06 23:46:11 +00:00
parent 9ee159462d
commit 40273e6c4f

View File

@ -40,7 +40,7 @@
#pragma once #pragma once
#endif #endif
#include <stdint.h> #include <msc_stdint.h>
// 7.8 Format conversion of integer types // 7.8 Format conversion of integer types