Retourner au contenu associé (entrée de forum : gcc: coompiler un projet Visual C ... EFI/TianoCore ?)
Posté par jeje99 le 04 juillet 2007 à 11:03. En réponse au message gcc: coompiler un projet Visual C ... EFI/TianoCore ?. Évalué à 2.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# utilise le flag WIN32
Posté par jeje99 . En réponse au message gcc: coompiler un projet Visual C ... EFI/TianoCore ?. Évalué à 2.
#ifdef WIN32
typedef struct _montype montype;
#endif //WIN32
...
typedef struct _montype {
...
} montype;