選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

10 行
192 B

  1. #pragma once
  2. #if defined(_WIN32) || defined(_WIN64)
  3. // #pragma message ("Compiling for Windows")
  4. #define FTB_WINDOWS
  5. #else
  6. // #pragma message ("Compiling for Linux")
  7. #define FTB_LINUX
  8. #endif