refactor preprocessor directives

This commit is contained in:
Scott E. Graves 2024-07-15 13:19:27 -05:00
parent 5638d5c010
commit 732a42a073

View File

@ -19,7 +19,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
#if !_WIN32
#if !defined(_WIN32)
#include "test_common.hpp"