Ignore include of <pbt.h>

This commit is contained in:
Julio C. Rocha 2015-11-28 22:04:30 -08:00
parent 2cc85dd2cf
commit 62f10bd20f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
#include <windowsx.h>
#endif
#if !defined __WXWINCE__ && !defined NEED_PBT_H
#if !defined __WXWINCE__ && !defined NEED_PBT_H && 0 // Project64 does not support Windows CE
#include <pbt.h>
#endif