Moved stdint.h to win32 to avoid issues with Linux, and removed

video_zoom.cpp from Linux makefile.

Originally committed to SVN as r1056.
This commit is contained in:
Rodrigo Braz Monteiro 2007-04-10 16:16:31 +00:00
parent 161f07f6be
commit 2e1263055b
2 changed files with 2 additions and 4 deletions

View File

@ -140,7 +140,6 @@ aegisub_SOURCES = \
video_provider_dummy.cpp \
video_provider_lavc.cpp \
video_slider.cpp \
video_zoom.cpp \
MatroskaParser.c
noinst_HEADERS = \

View File

@ -29,9 +29,7 @@
//
///////////////////////////////////////////////////////////////////////////////
#ifndef _MSC_VER // [
#error "Use this header only with Microsoft Visual C++ compilers!"
#endif // _MSC_VER ]
#ifdef _MSC_VER
#ifndef _MSC_STDINT_H_ // [
#define _MSC_STDINT_H_
@ -220,3 +218,4 @@ typedef uint64_t uintmax_t;
#endif // _MSC_STDINT_H_ ]
#endif // _MSC_VER ]