wxWidgets/include/wx/mac/private/hid.h
2004-03-26 06:28:38 +00:00

5 lines
113 B
C

#if __WXMAC_CLASSIC__
#include "wx/mac/classic/private/hid.h"
#else
#include "wx/mac/carbon/private/hid.h"
#endif