Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

6 lines
148 B
C

#ifdef _DEBUG
#include "../../debug/lib/@WX_SETUP_H_DBG_RELATIVE@/setup.h"
#else
#include "../../lib/@WX_SETUP_H_REL_RELATIVE@/setup.h"
#endif