зеркало из https://github.com/mozilla/pjs.git
Bug 480521: Fix bustage due to incorrect merge in backout
This commit is contained in:
Родитель
a28958b1d7
Коммит
a699c7c5c6
|
@ -135,4 +135,5 @@
|
|||
/* Define for MSVC as <stdint.h> is unavailable there */
|
||||
typedef unsigned char uint8_t;
|
||||
|
||||
#define inline __inline // MSVC#undef DEBUG
|
||||
#define inline __inline // MSVC
|
||||
#undef DEBUG
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
cp $1/config.h ./include/oggz/config.h
|
||||
echo "#undef DEBUG" >>./include/oggz/config.h
|
||||
cp $1/win32/config.h ./include/oggz/config_win32.h
|
||||
echo >>./include/oggz/config_win32.h
|
||||
echo "#undef DEBUG" >>./include/oggz/config_win32.h
|
||||
cp $1/include/oggz/oggz_write.h ./include/oggz/oggz_write.h
|
||||
cp $1/include/oggz/oggz_io.h ./include/oggz/oggz_io.h
|
||||
|
|
Загрузка…
Ссылка в новой задаче