• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

github 上にある MMDAI と MMDAI2 (VPVM) のミラーです


Commit MetaInfo

Révisionda1cab2a11c6e309531d3a095445e5374aee051b (tree)
l'heure2014-04-06 20:01:13
Auteurhkrn <hikarin.jp@gmai...>
Commiterhkrn

Message de Log

add installCrashReporter macro

Change Summary

Modification

--- a/VPMM/src/main.cc
+++ b/VPMM/src/main.cc
@@ -141,6 +141,8 @@ static void registerQmlTypes()
141141
142142 #ifdef Q_OS_MAC
143143 extern void installCrashReporter(const Preference &preference);
144+#else
145+#define installCrashReporter(preference)
144146 #endif
145147
146148 int main(int argc, char *argv[])
--- a/VPVM/src/main.cc
+++ b/VPVM/src/main.cc
@@ -134,6 +134,8 @@ void registerQmlTypes()
134134
135135 #ifdef Q_OS_MAC
136136 extern void installCrashReporter(const Preference &preference);
137+#else
138+#define installCrashReporter(preference)
137139 #endif
138140
139141 int main(int argc, char *argv[])