共用方式為


編譯器錯誤 C2007

#define syntax

在之後 #define不會顯示標識碼。 若要解決錯誤,請使用識別碼。

下列範例會產生 C2007:

// C2007.cpp
#define   // C2007

可能的解決方式:

// C2007b.cpp
// compile with: /c
#define true 1